summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoimax.c
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2003-01-01 18:49:04 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2003-01-01 18:49:04 +0000
commit9d5abbddbf03791c777fed86500976ea3dd19245 (patch)
treef412dafc7d29429919e8770cdefeb37441fc1299 /lib/libc/stdlib/strtoimax.c
parent3724136741436462897ae060c5547c43f8953e54 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/strtoimax.c')
-rw-r--r--lib/libc/stdlib/strtoimax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtoimax.c b/lib/libc/stdlib/strtoimax.c
index ec66018e72d9..0cb387b64ad9 100644
--- a/lib/libc/stdlib/strtoimax.c
+++ b/lib/libc/stdlib/strtoimax.c
@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
#include <inttypes.h>
/*
- * Convert a string to a intmax_t integer.
+ * Convert a string to an intmax_t integer.
*
* Assumes that the upper and lower case
* alphabets and digits are each contiguous.