diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2009-03-29 09:55:42 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@brick.lst.de> | 2009-03-29 09:55:42 +0200 |
commit | 9da096fd13e63031662566e5e868ec3dcc70824e (patch) | |
tree | 43347fa31b3a09ee2d9ef69ee61bb04838426da9 /fs/xfs/xfs_da_btree.h | |
parent | bddaafa11a549fff311bcf2e04bbfb5139812cb7 (diff) | |
download | op-kernel-dev-9da096fd13e63031662566e5e868ec3dcc70824e.zip op-kernel-dev-9da096fd13e63031662566e5e868ec3dcc70824e.tar.gz |
xfs: fix various typos
Signed-off-by: Malcolm Parsons <malcolm.parsons@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_da_btree.h')
-rw-r--r-- | fs/xfs/xfs_da_btree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_da_btree.h b/fs/xfs/xfs_da_btree.h index 41f27b3..8c53616 100644 --- a/fs/xfs/xfs_da_btree.h +++ b/fs/xfs/xfs_da_btree.h @@ -185,7 +185,7 @@ typedef struct xfs_da_state { unsigned char inleaf; /* insert into 1->lf, 0->splf */ unsigned char extravalid; /* T/F: extrablk is in use */ unsigned char extraafter; /* T/F: extrablk is after new */ - xfs_da_state_blk_t extrablk; /* for double-splits on leafs */ + xfs_da_state_blk_t extrablk; /* for double-splits on leaves */ /* for dirv2 extrablk is data */ } xfs_da_state_t; |