Module Name: src
Committed By: wiz
Date: Mon Nov 13 07:06:49 UTC 2017
Modified Files:
src/sys/arch/amd64/include: vmparam.h
Log Message:
Remove superfluous word in comment. Noted by Geoff Wing.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amd64/include/vmparam.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/include/vmparam.h
diff -u src/sys/arch/amd64/include/vmparam.h:1.44 src/sys/arch/amd64/include/vmparam.h:1.45
--- src/sys/arch/amd64/include/vmparam.h:1.44 Sat Nov 11 20:23:49 2017
+++ src/sys/arch/amd64/include/vmparam.h Mon Nov 13 07:06:49 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.44 2017/11/11 20:23:49 mrg Exp $ */
+/* $NetBSD: vmparam.h,v 1.45 2017/11/13 07:06:49 wiz Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -57,7 +57,7 @@
#define PAGE_MASK (PAGE_SIZE - 1)
/*
- * Default pager_map of 16MB is awfully small. There is have plenty
+ * Default pager_map of 16MB is awfully small. There is plenty
* of VA so use it.
*/
#define PAGER_MAP_DEFAULT_SIZE (512 * 1024 * 1024)