bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 8/9] vm: Fix typo in comment (found by codespell)


From: Stefan Weil
Subject: [PATCH 8/9] vm: Fix typo in comment (found by codespell)
Date: Fri, 2 Jan 2015 16:02:53 +0100

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 vm/vm_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vm/vm_object.c b/vm/vm_object.c
index 582487e..71c0edb 100644
--- a/vm/vm_object.c
+++ b/vm/vm_object.c
@@ -1466,7 +1466,7 @@ vm_object_t vm_object_copy_delayed(
         *               synchronization required in the "push"
         *               operation described above.
         *
-        *      The copy-on-write is said to be assymetric because
+        *      The copy-on-write is said to be asymmetric because
         *      the original object is *not* marked copy-on-write.
         *      A copied page is pushed to the copy object, regardless
         *      which party attempted to modify the page.
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]