summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-06-15 00:08:09 +0200
committerRichard Braun <rbraun@sceen.net>2013-06-15 00:08:09 +0200
commit05cd3a850557d27648ba9c7cfc5267d66c20f5ee (patch)
tree62a57da74281552d7a61f7ec8d40ba22ee06dee8
parent93e3290a062f4a393194e1da99c4de405807b24a (diff)
vm/vm_map: fix typo
-rw-r--r--vm/vm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c
index 27361558..d8d9930f 100644
--- a/vm/vm_map.c
+++ b/vm/vm_map.c
@@ -760,7 +760,7 @@ vm_map_try_merge(struct vm_map *map, const struct vm_map_request *request)
/*
* Convert a prepared mapping request into an entry in the given map.
*
- * if entry is NULL, a map entry is allocated for the mapping.
+ * If entry is NULL, a map entry is allocated for the mapping.
*/
static int
vm_map_insert(struct vm_map *map, struct vm_map_entry *entry,