diff options
author | Nikanth Karthikesan <knikanth@suse.de> | 2010-09-20 11:44:00 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-21 17:04:50 +0200 |
commit | 817f2c842d6c38acfd58d20d29ba583ec467ae35 (patch) | |
tree | f1afe7175e0a2b3ecf465f26804ad8c3f6f7d263 /fs/jfs | |
parent | 0bc79f7f58f5d0670c776818e38f482555bc27ae (diff) | |
download | kernel_samsung_aries-817f2c842d6c38acfd58d20d29ba583ec467ae35.zip kernel_samsung_aries-817f2c842d6c38acfd58d20d29ba583ec467ae35.tar.gz kernel_samsung_aries-817f2c842d6c38acfd58d20d29ba583ec467ae35.tar.bz2 |
Fix various typos of valid in comments
Fix various typos of valid.
Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/jfs_logmgr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/jfs/jfs_logmgr.c b/fs/jfs/jfs_logmgr.c index c51af2a..e1b8493 100644 --- a/fs/jfs/jfs_logmgr.c +++ b/fs/jfs/jfs_logmgr.c @@ -1010,15 +1010,13 @@ static int lmLogSync(struct jfs_log * log, int hard_sync) * option 2 - shutdown file systems * associated with log ? * option 3 - extend log ? - */ - /* * option 4 - second chance * * mark log wrapped, and continue. * when all active transactions are completed, - * mark log vaild for recovery. + * mark log valid for recovery. * if crashed during invalid state, log state - * implies invald log, forcing fsck(). + * implies invalid log, forcing fsck(). */ /* mark log state log wrap in log superblock */ /* log->state = LOGWRAP; */ |