]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
jbd/2: fixed typos
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 16 Oct 2010 13:19:14 +0000 (15:19 +0200)
committerJan Kara <jack@suse.cz>
Wed, 27 Oct 2010 23:30:05 +0000 (01:30 +0200)
"wakup"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/jbd/journal.c
fs/jbd2/journal.c

index ac1840415a650b063319d55e02384e1b278954dc..da1b5e4ffce1200675e5cf7690e08d0545b304d8 100644 (file)
@@ -441,7 +441,7 @@ int __log_start_commit(journal_t *journal, tid_t target)
         */
        if (!tid_geq(journal->j_commit_request, target)) {
                /*
-                * We want a new commit: OK, mark the request and wakup the
+                * We want a new commit: OK, mark the request and wakeup the
                 * commit thread.  We do _not_ do the commit ourselves.
                 */
 
index 0e8014ea6b94ad8985f1b0b842f2cea550578e67..2b9a342551b9895fcfacdbd035ac07090fd42113 100644 (file)
@@ -478,7 +478,7 @@ int __jbd2_log_start_commit(journal_t *journal, tid_t target)
         */
        if (!tid_geq(journal->j_commit_request, target)) {
                /*
-                * We want a new commit: OK, mark the request and wakup the
+                * We want a new commit: OK, mark the request and wakeup the
                 * commit thread.  We do _not_ do the commit ourselves.
                 */