From de4c6545203b090670182c0be36fce4f6f4f2c2a Mon Sep 17 00:00:00 2001 From: Maksym Planeta Date: Sun, 7 Oct 2012 19:51:09 +0300 Subject: Fix typo. * ext2fs/truncate.c (force_delayed_copies): Fix typo. --- ext2fs/truncate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs') 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) { -- cgit v1.2.3