mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 08:45:22 +00:00
14 lines
458 B
Diff
14 lines
458 B
Diff
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.
|