diff options
Diffstat (limited to 'arch/csky/lib/usercopy.c')
-rw-r--r-- | arch/csky/lib/usercopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/lib/usercopy.c b/arch/csky/lib/usercopy.c index a71836056fc8..c5d394a0ae78 100644 --- a/arch/csky/lib/usercopy.c +++ b/arch/csky/lib/usercopy.c @@ -201,7 +201,7 @@ long __strncpy_from_user(char *dst, const char *src, long count) EXPORT_SYMBOL(__strncpy_from_user); /* - * strlen_user: - Get the size of a string in user space. + * strnlen_user: - Get the size of a string in user space. * @str: The string to measure. * @n: The maximum valid length * |