From: Robert Haas Date: Fri, 4 Mar 2016 20:46:30 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL9_6_BETA1~593 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=708020eb7b08395626707fef0010547bf5764409;p=thirdparty%2Fpostgresql.git Fix typo in comment. Thomas Munro --- 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.