diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/lib/usercopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/usercopy.c b/arch/i386/lib/usercopy.c index 08502fc6d0cb..258df6b4d7d7 100644 --- a/arch/i386/lib/usercopy.c +++ b/arch/i386/lib/usercopy.c | |||
@@ -179,7 +179,7 @@ __clear_user(void __user *to, unsigned long n) | |||
179 | EXPORT_SYMBOL(__clear_user); | 179 | EXPORT_SYMBOL(__clear_user); |
180 | 180 | ||
181 | /** | 181 | /** |
182 | * strlen_user: - Get the size of a string in user space. | 182 | * strnlen_user: - Get the size of a string in user space. |
183 | * @s: The string to measure. | 183 | * @s: The string to measure. |
184 | * @n: The maximum valid length | 184 | * @n: The maximum valid length |
185 | * | 185 | * |