diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-29 08:55:14 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-29 08:55:14 +1000 |
commit | c41564b5af328ea4600b26119f6c9c8e1eb5c28b (patch) | |
tree | 807890415ed6f4a44158fa29fd740cc042235ecd /fs/xfs/xfs_alloc.c | |
parent | ca9ba4471c1203bb6e759b76e83167fec54fe590 (diff) | |
download | linux-3.10-c41564b5af328ea4600b26119f6c9c8e1eb5c28b.tar.gz linux-3.10-c41564b5af328ea4600b26119f6c9c8e1eb5c28b.tar.bz2 linux-3.10-c41564b5af328ea4600b26119f6c9c8e1eb5c28b.zip |
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
these typos.
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:25539a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_alloc.c')
-rw-r--r-- | fs/xfs/xfs_alloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index f4328e1e2a7..64ee07db0d5 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c @@ -511,7 +511,7 @@ STATIC void xfs_alloc_trace_busy( char *name, /* function tag string */ char *str, /* additional string */ - xfs_mount_t *mp, /* file system mount poing */ + xfs_mount_t *mp, /* file system mount point */ xfs_agnumber_t agno, /* allocation group number */ xfs_agblock_t agbno, /* a.g. relative block number */ xfs_extlen_t len, /* length of extent */ @@ -1843,7 +1843,7 @@ xfs_alloc_fix_freelist( } else agbp = NULL; - /* If this is a metadata prefered pag and we are user data + /* If this is a metadata preferred pag and we are user data * then try somewhere else if we are not being asked to * try harder at this point */ @@ -2458,7 +2458,7 @@ error0: /* * AG Busy list management * The busy list contains block ranges that have been freed but whose - * transacations have not yet hit disk. If any block listed in a busy + * transactions have not yet hit disk. If any block listed in a busy * list is reused, the transaction that freed it must be forced to disk * before continuing to use the block. * |