diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-14 15:06:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-14 15:06:24 +0000 |
commit | 5c3a278023b11728d7258ebcb6658c33b39b492c (patch) | |
tree | ed3709927e9ffb9474e39551cb4a3a469d8d9ab1 /wcsmbs/wcslen.c | |
parent | 6ad0c357a82d1c6aaa2f8e1fce90f51e27cf25b9 (diff) | |
download | glibc-5c3a278023b11728d7258ebcb6658c33b39b492c.zip glibc-5c3a278023b11728d7258ebcb6658c33b39b492c.tar.gz glibc-5c3a278023b11728d7258ebcb6658c33b39b492c.tar.bz2 |
Update.
* wcsmbs/wcslen.c (__wcslen): Fix comment.
Diffstat (limited to 'wcsmbs/wcslen.c')
-rw-r--r-- | wcsmbs/wcslen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcslen.c b/wcsmbs/wcslen.c index b0f1d29..b0685e6 100644 --- a/wcsmbs/wcslen.c +++ b/wcsmbs/wcslen.c @@ -20,7 +20,7 @@ #include <wchar.h> -/* Copy SRC to DEST. */ +/* Return length of string S. */ size_t __wcslen (s) const wchar_t *s; |