From 708020eb7b08395626707fef0010547bf5764409 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 4 Mar 2016 15:46:30 -0500 Subject: [PATCH] Fix typo in comment. Thomas Munro --- src/backend/utils/adt/timestamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index 1525d2a119..c4f556a3ff 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. -- GitLab