summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-01-24 13:38:41 +0000
committerkib <kib@FreeBSD.org>2016-01-24 13:38:41 +0000
commite840a5e833ade5c78522949893fe36d51c48552c (patch)
tree01f8ed575d6a3587d97257373f4e9739bcae46dc
parenteacd5c7d00cb317d576f4e09a23cb8b483a64e2f (diff)
downloadFreeBSD-src-e840a5e833ade5c78522949893fe36d51c48552c.zip
FreeBSD-src-e840a5e833ade5c78522949893fe36d51c48552c.tar.gz
Typo in comment.
-rw-r--r--sys/vm/vm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 5fdc62f..5e22b3e 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -1553,7 +1553,7 @@ again:
*
* The map must be locked.
*
- * This routine guarentees that the passed entry remains valid (though
+ * This routine guarantees that the passed entry remains valid (though
* possibly extended). When merging, this routine may delete one or
* both neighbors.
*/
OpenPOWER on IntegriCloud