[PATCH] Fix typos in security/security.c

From: Chris Wright
Date: Sat Aug 14 2004 - 17:59:29 EST


Fix typos in security/security.c.

From: Nicolas Kaiser <nikai@xxxxxxxxx>
Signed-off-by: Chris Wright <chrisw@xxxxxxxx>

===== security/security.c 1.9 vs edited =====
--- 1.9/security/security.c 2003-09-12 08:41:47 -07:00
+++ edited/security/security.c 2004-08-13 11:26:14 -07:00
@@ -49,7 +49,7 @@
}

/**
- * 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.
*/
@@ -183,7 +183,7 @@
* capable - calls the currently loaded security module's capable() function with the specified capability
* @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.
*
* This allows the security module to implement the capable function call

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/