diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /src/backend/utils/adt/formatting.c | |
parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) | |
download | postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.tar.gz postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.zip |
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'src/backend/utils/adt/formatting.c')
-rw-r--r-- | src/backend/utils/adt/formatting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/formatting.c b/src/backend/utils/adt/formatting.c index 8ff87d6a0e8..d848739d4aa 100644 --- a/src/backend/utils/adt/formatting.c +++ b/src/backend/utils/adt/formatting.c @@ -2186,7 +2186,7 @@ from_char_parse_int_len(int *dest, char **src, const int len, FormatNode *node) * Don't call this function if the field differs in length from the format * keyword (as with HH24; the keyword length is 4, but the field length is 2). * In such cases, call from_char_parse_int_len() instead to specify the - * required length explictly. + * required length explicitly. */ static int from_char_parse_int(int *dest, char **src, FormatNode *node) |