diff options
Diffstat (limited to 'fs/ext3/balloc.c')
| -rw-r--r-- | fs/ext3/balloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c index 90d901f0486..7320a66e958 100644 --- a/fs/ext3/balloc.c +++ b/fs/ext3/balloc.c @@ -483,7 +483,7 @@ void ext3_discard_reservation(struct inode *inode)   * ext3_free_blocks_sb() -- Free given blocks and update quota   * @handle:			handle to this transaction   * @sb:				super block - * @block:			start physcial block to free + * @block:			start physical block to free   * @count:			number of blocks to free   * @pdquot_freed_blocks:	pointer to quota   */  |