summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-02 16:02:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-02 20:10:10 +0100
commit87b7d8226c4219fdf7b6f607a437e9c93c9211d7 (patch)
tree26d1812d8275d31fd3ad8fc74d468f257b09b247
parentb5365a3c2cdaa507c0af3edd30d9d597083606bc (diff)
vm: Fix typo in comment (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r--vm/vm_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_object.c b/vm/vm_object.c
index 582487e6..71c0edb6 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.