Skip to content

Commit

Permalink
btrfs: fix typo 'testeing' -> 'testing'
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
  • Loading branch information
Sergei Trofimovich authored and chrismason-xx committed May 23, 2011
1 parent 9694b3f commit 27160b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ static int btrfs_set_bit_hook(struct inode *inode,

/*
* set_bit and clear bit hooks normally require _irqsave/restore
* but in this case, we are only testeing for the DELALLOC
* but in this case, we are only testing for the DELALLOC
* bit, which is only set or cleared with irqs on
*/
if (!(state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
Expand Down Expand Up @@ -1344,7 +1344,7 @@ static int btrfs_clear_bit_hook(struct inode *inode,
{
/*
* set_bit and clear bit hooks normally require _irqsave/restore
* but in this case, we are only testeing for the DELALLOC
* but in this case, we are only testing for the DELALLOC
* bit, which is only set or cleared with irqs on
*/
if ((state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
Expand Down

0 comments on commit 27160b6

Please sign in to comment.