summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksym Planeta <mcsim.planeta@gmail.com>2012-10-07 19:51:09 +0300
committerMaksym Planeta <mcsim.planeta@gmail.com>2012-10-28 12:33:36 +0100
commit957997b584c0d1f2352ef608864d3f364fe92835 (patch)
treea5788436d6819e74383557b745616dfb8c879a7b
parente0f9439bea0bc986c2fb008519a4c010fc8a5ae5 (diff)
Fix typo.
* ext2fs/truncate.c (force_delayed_copies): Fix typo.
-rw-r--r--ext2fs/truncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/truncate.c b/ext2fs/truncate.c
index ab9c78fa..646209a0 100644
--- a/ext2fs/truncate.c
+++ b/ext2fs/truncate.c
@@ -225,7 +225,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)
{