From: rongqing.li@windriver.com Date: Tue, 6 Sep 2011 03:35:36 +0000 (+0800) Subject: security: Fix a typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fc9ff9b7e3eaff3f49bc0fbbddfc1416212e888a;p=linux-beck.git security: Fix a typo Fix a typo. Signed-off-by: Roy.Li Signed-off-by: James Morris --- diff --git a/include/linux/security.h b/include/linux/security.h index d9f7ec41ba51..a14c2d4b22cf 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -1372,7 +1372,7 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts) * @inode_getsecctx: * Returns a string containing all relavent security context information * - * @inode we wish to set the security context of. + * @inode we wish to get the security context of. * @ctx is a pointer in which to place the allocated security context. * @ctxlen points to the place to put the length of @ctx. * This is the main security structure.