summaryrefslogtreecommitdiff
path: root/arch/csky/lib/usercopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/lib/usercopy.c')
-rw-r--r--arch/csky/lib/usercopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/lib/usercopy.c b/arch/csky/lib/usercopy.c
index 3c9bd645e643..f45b707f059f 100644
--- a/arch/csky/lib/usercopy.c
+++ b/arch/csky/lib/usercopy.c
@@ -116,7 +116,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
*