1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix typo in comment.

Thomas Munro
This commit is contained in:
Robert Haas
2016-03-04 15:46:30 -05:00
parent 6fcde8a5c8
commit 708020eb7b

View File

@ -1592,7 +1592,7 @@ GetCurrentIntegerTimestamp(void)
#endif
/*
* IntegetTimestampToTimestampTz -- convert an int64 timestamp to native format
* IntegerTimestampToTimestampTz -- convert an int64 timestamp to native format
*
* When compiled with --enable-integer-datetimes, this is implemented as a
* no-op macro.