treewide: Fix typos in various parts of the kernel, and fix some comments.
The below patch fixes some typos in various parts of the kernel, as well as fixes some comments. Please let me know if I missed anything, and I will try to get it changed and resent. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a13b032776
commit
42b2aa86c6
46 changed files with 51 additions and 51 deletions
|
@ -2490,7 +2490,7 @@ int ext3_can_truncate(struct inode *inode)
|
|||
* transaction, and VFS/VM ensures that ext3_truncate() cannot run
|
||||
* simultaneously on behalf of the same inode.
|
||||
*
|
||||
* As we work through the truncate and commmit bits of it to the journal there
|
||||
* As we work through the truncate and commit bits of it to the journal there
|
||||
* is one core, guiding principle: the file's tree must always be consistent on
|
||||
* disk. We must be able to restart the truncate after a crash.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue