Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/include Remove superfluous word in comment. N...



details:   https://anonhg.NetBSD.org/src/rev/06e8cb9d009f
branches:  trunk
changeset: 827796:06e8cb9d009f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 13 07:06:49 2017 +0000

description:
Remove superfluous word in comment. Noted by Geoff Wing.

diffstat:

 sys/arch/amd64/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 451280a3436a -r 06e8cb9d009f sys/arch/amd64/include/vmparam.h
--- a/sys/arch/amd64/include/vmparam.h  Mon Nov 13 04:21:55 2017 +0000
+++ b/sys/arch/amd64/include/vmparam.h  Mon Nov 13 07:06:49 2017 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index