aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_dmap.c
diff options
context:
space:
mode:
authorThomas Weber <swirl@gmx.li>2010-03-16 06:47:56 -0400
committerJiri Kosina <jkosina@suse.cz>2010-03-16 06:47:56 -0400
commit88393161210493e317ae391696ee8ef463cb3c23 (patch)
tree6ec81a50d0e8174b415d83948b48cbabd7e54ddb /fs/jfs/jfs_dmap.c
parent932fb06b0898f5883200f1da2e00075f0d70ba9c (diff)
Fix typos in comments
[Ss]ytem => [Ss]ystem udpate => update paramters => parameters orginal => original Signed-off-by: Thomas Weber <swirl@gmx.li> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/jfs/jfs_dmap.c')
-rw-r--r--fs/jfs/jfs_dmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
index d9b031cf69f5..d13b93043b04 100644
--- a/fs/jfs/jfs_dmap.c
+++ b/fs/jfs/jfs_dmap.c
@@ -2437,7 +2437,7 @@ dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level)
2437 2437
2438 /* check if this is a control page update for an allocation. 2438 /* check if this is a control page update for an allocation.
2439 * if so, update the leaf to reflect the new leaf value using 2439 * if so, update the leaf to reflect the new leaf value using
2440 * dbSplit(); otherwise (deallocation), use dbJoin() to udpate 2440 * dbSplit(); otherwise (deallocation), use dbJoin() to update
2441 * the leaf with the new value. in addition to updating the 2441 * the leaf with the new value. in addition to updating the
2442 * leaf, dbSplit() will also split the binary buddy system of 2442 * leaf, dbSplit() will also split the binary buddy system of
2443 * the leaves, if required, and bubble new values within the 2443 * the leaves, if required, and bubble new values within the