tomoyo: Fix typo in comments.
[linux-2.6-microblaze.git] / security / tomoyo / gc.c
index 9537832..026e29e 100644 (file)
@@ -463,7 +463,7 @@ static void tomoyo_try_to_gc(const enum tomoyo_policy_id type,
        return;
 reinject:
        /*
-        * We can safely reinject this element here bacause
+        * We can safely reinject this element here because
         * (1) Appending list elements and removing list elements are protected
         *     by tomoyo_policy_lock mutex.
         * (2) Only this function removes list elements and this function is