simple.c: drop trailing whitespace

This commit is contained in:
Azat Khuzhin 2013-09-16 02:10:49 +04:00
parent 6d606a796c
commit 8382ab7e81

View File

@ -83,7 +83,7 @@ void simplefs_inode_add(struct super_block *vsb, struct simplefs_inode *inode)
* The block will be removed from the freeblock list.
*
* In an ideal, production-ready filesystem, we will not be dealing with blocks,
* and instead we will be using extents
* and instead we will be using extents
*
* If for some reason, the file creation/deletion failed, the block number
* will still be marked as non-free. You need fsck to fix this.*/