summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-04-12 21:50:03 +0000
committeralfred <alfred@FreeBSD.org>2001-04-12 21:50:03 +0000
commit229635845bd468b823e94ce0bb1276ef32672932 (patch)
tree7efa828f16f4f4a9a04fa4d42acd76b603b425bc /sys/vm/vm_map.c
parent6a5eb15d6e4b40c9c8a7b5737e02bac5a842d36b (diff)
downloadFreeBSD-src-229635845bd468b823e94ce0bb1276ef32672932.zip
FreeBSD-src-229635845bd468b823e94ce0bb1276ef32672932.tar.gz
remove truncated part from commment
Diffstat (limited to 'sys/vm/vm_map.c')
-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 6ff0ab9..cca1067 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -287,7 +287,7 @@ vm_map_entry_dispose(map, entry)
* vm_map_entry_create: [ internal use only ]
*
* Allocates a VM map entry for insertion.
- * No entry fields are filled in. This routine is
+ * No entry fields are filled in.
*/
static vm_map_entry_t
vm_map_entry_create(map)
OpenPOWER on IntegriCloud