Skip to content

Commit 4330396

Browse files
author
Alexander Korotkov
committed
Rollback comment change.
1 parent 7a85de6 commit 4330396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/numutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ pg_ltostr(char *str, int32 value)
393393
* pg_strtouint64
394394
* Converts 'str' into an unsigned 64-bit integer.
395395
*
396-
* This has the identical API to strtoull(3), except that it will handle
396+
* This has the identical API to strtoul(3), except that it will handle
397397
* 64-bit ints even where "long" is narrower than that.
398398
*
399399
* For the moment it seems sufficient to assume that the platform has

0 commit comments

Comments
 (0)