diff options
Diffstat (limited to 'fs/ext2/balloc.c')
| -rw-r--r-- | fs/ext2/balloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c index 376aa77f3ca..2616d0ea5c5 100644 --- a/fs/ext2/balloc.c +++ b/fs/ext2/balloc.c @@ -479,7 +479,7 @@ void ext2_discard_reservation(struct inode *inode)  /**   * ext2_free_blocks() -- Free given blocks and update quota and i_blocks   * @inode:		inode - * @block:		start physcial block to free + * @block:		start physical block to free   * @count:		number of blocks to free   */  void ext2_free_blocks (struct inode * inode, unsigned long block,  |