rcuwait: Fix stale wake call name in comment
[linux-2.6-microblaze.git] / kernel / exit.c
index 389a88c..9f9015f 100644 (file)
@@ -236,7 +236,7 @@ void rcuwait_wake_up(struct rcuwait *w)
        /*
         * Order condition vs @task, such that everything prior to the load
         * of @task is visible. This is the condition as to why the user called
-        * rcuwait_trywake() in the first place. Pairs with set_current_state()
+        * rcuwait_wake() in the first place. Pairs with set_current_state()
         * barrier (A) in rcuwait_wait_event().
         *
         *    WAIT                WAKE