From b6803986056995e1656d32e82187a1519fc7fd52 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 11 Oct 2006 01:22:09 -0700 Subject: [PATCH] --- yaml --- r: 39360 b: refs/heads/master c: 35e38a6e03bedba7c633ae03d286accd85ab6a42 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/lib/usercopy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c557c3d9528b..b8f2a7899e50 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 256a6b41365e17cebe5c2fc91ddff716c9aa055a +refs/heads/master: 35e38a6e03bedba7c633ae03d286accd85ab6a42 diff --git a/trunk/arch/i386/lib/usercopy.c b/trunk/arch/i386/lib/usercopy.c index 08502fc6d0cb..258df6b4d7d7 100644 --- a/trunk/arch/i386/lib/usercopy.c +++ b/trunk/arch/i386/lib/usercopy.c @@ -179,7 +179,7 @@ __clear_user(void __user *to, unsigned long n) EXPORT_SYMBOL(__clear_user); /** - * strlen_user: - Get the size of a string in user space. + * strnlen_user: - Get the size of a string in user space. * @s: The string to measure. * @n: The maximum valid length *