]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - fs/ext3/inode.c
treewide: Fix typos in various parts of the kernel, and fix some comments.
[mirror_ubuntu-eoan-kernel.git] / fs / ext3 / inode.c
index 85fe655fe3e0b4de006a32df3c6dee615082bc73..15cb47088aac79083efa18203be0e35bea759292 100644 (file)
@@ -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.
  *