diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-03-04 15:46:30 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-03-04 15:46:30 -0500 |
commit | 708020eb7b08395626707fef0010547bf5764409 (patch) | |
tree | 1430bf8f3d5eb8f3ba729a402e37eb7ed3f7a05d /src/backend/utils/adt/timestamp.c | |
parent | 6fcde8a5c80e46e9e92f50f62093cba5899312fd (diff) | |
download | postgresql-708020eb7b08395626707fef0010547bf5764409.tar.gz postgresql-708020eb7b08395626707fef0010547bf5764409.zip |
Fix typo in comment.
Thomas Munro
Diffstat (limited to 'src/backend/utils/adt/timestamp.c')
-rw-r--r-- | src/backend/utils/adt/timestamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index 1525d2a1192..c4f556a3ffa 100644 --- a/src/backend/utils/adt/timestamp.c +++ b/src/backend/utils/adt/timestamp.c @@ -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. |