summaryrefslogtreecommitdiff
path: root/src/os_posix/os_strtouq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_posix/os_strtouq.c')
-rw-r--r--src/os_posix/os_strtouq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os_posix/os_strtouq.c b/src/os_posix/os_strtouq.c
index cb445261ce5..b532918e241 100644
--- a/src/os_posix/os_strtouq.c
+++ b/src/os_posix/os_strtouq.c
@@ -8,7 +8,8 @@
#include "wt_internal.h"
/*
- * Convert a string to an unsigned quad integer.
+ * __wt_strtouq --
+ * Convert a string to an unsigned quad integer.
*/
uint64_t
__wt_strtouq(const char *nptr, char **endptr, int base)