Fix typo in comment.
authorRobert Haas <rhaas@postgresql.org>
Fri, 4 Mar 2016 20:46:30 +0000 (15:46 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 4 Mar 2016 20:46:30 +0000 (15:46 -0500)
Thomas Munro

src/backend/utils/adt/timestamp.c

index 1525d2a119202fe7cb45c2f4dbbfd90317bb56c2..c4f556a3ffa9a2caf122db9e565216a089815f7a 100644 (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.