diff options
author | eadler <eadler@FreeBSD.org> | 2013-11-10 04:06:46 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-11-10 04:06:46 +0000 |
commit | 9810ff69789362c5d2975f4004b843652e13bd3d (patch) | |
tree | e4a412b06a8564bb39c528657ab7b146009e2c4c /lib/libc/string | |
parent | ce0a9aad46817af6368586b257c28c4081b184ef (diff) | |
download | FreeBSD-src-9810ff69789362c5d2975f4004b843652e13bd3d.zip FreeBSD-src-9810ff69789362c5d2975f4004b843652e13bd3d.tar.gz |
Fix typo: site_t -> size_t
Obtained From: DragonflyBSD (1ac92c8c857a15dc010924c5f066da404e568640)
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strcasecmp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index 598f76f..1c85042 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -50,7 +50,7 @@ .Ft int .Fn strcasecmp_l "const char *s1" "const char *s2" "locale_t loc" .Ft int -.Fn strncasecmp_l "const char *s1" "const char *s2" "site_t len" "locale_t loc" +.Fn strncasecmp_l "const char *s1" "const char *s2" "size_t len" "locale_t loc" .Sh DESCRIPTION The .Fn strcasecmp |