diff options
author | Maksym Planeta <mcsim.planeta@gmail.com> | 2012-10-07 19:51:09 +0300 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-08-05 15:34:54 +0200 |
commit | de4c6545203b090670182c0be36fce4f6f4f2c2a (patch) | |
tree | 3cac1f918e9a43b4a85c00d1f529c5844f3d495f /ext2fs | |
parent | 3c0094e1244b649ca49482fadb850a2dfc2d4442 (diff) | |
download | hurd-de4c6545203b090670182c0be36fce4f6f4f2c2a.tar.gz hurd-de4c6545203b090670182c0be36fce4f6f4f2c2a.tar.bz2 hurd-de4c6545203b090670182c0be36fce4f6f4f2c2a.zip |
Fix typo.
* ext2fs/truncate.c (force_delayed_copies): Fix typo.
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/truncate.c b/ext2fs/truncate.c index 15e5541a..6941f6b7 100644 --- a/ext2fs/truncate.c +++ b/ext2fs/truncate.c @@ -223,7 +223,7 @@ poke_pages (memory_object_t obj, vm_offset_t start, vm_offset_t end) /* Flush all the data past the new size from the kernel. Also force any delayed copies of this data to take place immediately. (We are implicitly changing the data to zeros and doing it without the kernel's immediate - knowledge; accordingl we must help out the kernel thusly.) */ + knowledge; accordingly we must help out the kernel thusly.) */ static void force_delayed_copies (struct node *node, off_t length) { |