aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-10-16 15:19:14 +0200
committerJan Kara <jack@suse.cz>2010-10-28 01:30:05 +0200
commitbcf3d0bcff9c2ab5794d9a2c5f0ebc9ce63cc63f (patch)
treee52f9059e1d0aab064a7a40dd214bab0e64e09d0 /fs/jbd2
parent58c6ed38a16cd235588ed4a5ca3b213f055bc14c (diff)
downloadkernel_samsung_smdk4412-bcf3d0bcff9c2ab5794d9a2c5f0ebc9ce63cc63f.zip
kernel_samsung_smdk4412-bcf3d0bcff9c2ab5794d9a2c5f0ebc9ce63cc63f.tar.gz
kernel_samsung_smdk4412-bcf3d0bcff9c2ab5794d9a2c5f0ebc9ce63cc63f.tar.bz2
jbd/2: fixed typos
"wakup" Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/jbd2')
-rw-r--r--fs/jbd2/journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
index 0e8014e..2b9a342 100644
--- a/fs/jbd2/journal.c
+++ b/fs/jbd2/journal.c
@@ -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.
*/