X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fcapability.c;h=de7eac903a2a5f6e6af42158b753f711dff9093c;hb=ff8da37d3d8d438ded5a4841d979899269b94d0d;hp=7c59b096c98aee0a1867ee7c450c9efc99d4e345;hpb=f888bdf9823c85fe945c4eb3ba353f749dec3856;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 *