aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-03-04 15:46:30 -0500
committerRobert Haas <rhaas@postgresql.org>2016-03-04 15:46:30 -0500
commit708020eb7b08395626707fef0010547bf5764409 (patch)
tree1430bf8f3d5eb8f3ba729a402e37eb7ed3f7a05d /src/backend/utils/adt/timestamp.c
parent6fcde8a5c80e46e9e92f50f62093cba5899312fd (diff)
downloadpostgresql-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.c2
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.