2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-05 08:45:22 +00:00
Files
apparmor/kernel-patches/for-mainline/typo.diff

14 lines
458 B
Diff
Raw Normal View History

2007-02-15 03:46:53 +00:00
Index: b/security/apparmor/main.c
===================================================================
--- a/security/apparmor/main.c
+++ b/security/apparmor/main.c
@@ -1087,7 +1087,7 @@ void aa_release(struct task_struct *task
/**
* do_change_hat - actually switch hats
- * @hat_name: name of hat to swtich to
+ * @hat_name: name of hat to switch to
* @cxt: current aa_task_context
*
* Switch to a new hat. Return %0 on success, error otherwise.