summaryrefslogtreecommitdiff
path: root/vm/vm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_map.c')
-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,