X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fcapability.c;h=de7eac903a2a5f6e6af42158b753f711dff9093c;hb=b27d20ab1c6a1a7738c02419c28287d260ca8036;hp=7c59b096c98aee0a1867ee7c450c9efc99d4e345;hpb=0593c1b4598a77b5f835b278cde0ab71e2578588;p=linux-2.6-microblaze.git diff --git a/kernel/capability.c b/kernel/capability.c index 7c59b096c98a..de7eac903a2a 100644 --- a/kernel/capability.c +++ b/kernel/capability.c @@ -418,7 +418,7 @@ EXPORT_SYMBOL(ns_capable_noaudit); /** * ns_capable_setid - Determine if the current task has a superior capability * in effect, while signalling that this check is being done from within a - * setid syscall. + * setid or setgroups syscall. * @ns: The usernamespace we want the capability in * @cap: The capability to be tested for *