Commit 523074e9 authored by Chris Wright's avatar Chris Wright Committed by Linus Torvalds

[PATCH] Fix typos in security/security.c

Fix typos in security/security.c.
                                                                              
From: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3cbadc14
...@@ -49,7 +49,7 @@ static void __init do_security_initcalls(void) ...@@ -49,7 +49,7 @@ static void __init do_security_initcalls(void)
} }
/** /**
* security_scaffolding_startup - initialzes the security scaffolding framework * security_scaffolding_startup - initializes the security scaffolding framework
* *
* This should be called early in the kernel initialization sequence. * This should be called early in the kernel initialization sequence.
*/ */
...@@ -183,7 +183,7 @@ int mod_unreg_security (const char *name, struct security_operations *ops) ...@@ -183,7 +183,7 @@ int mod_unreg_security (const char *name, struct security_operations *ops)
* capable - calls the currently loaded security module's capable() function with the specified capability * capable - calls the currently loaded security module's capable() function with the specified capability
* @cap: the requested capability level. * @cap: the requested capability level.
* *
* This function calls the currently loaded security module's cabable() * This function calls the currently loaded security module's capable()
* function with a pointer to the current task and the specified @cap value. * function with a pointer to the current task and the specified @cap value.
* *
* This allows the security module to implement the capable function call * This allows the security module to implement the capable function call
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment