Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86_64/x86_64 Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/a11d3d605071
branches:  trunk
changeset: 511395:a11d3d605071
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Jun 19 01:40:42 2001 +0000

description:
Fix typo in comment.

diffstat:

 sys/arch/x86_64/x86_64/vector.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b92ba6e2be3e -r a11d3d605071 sys/arch/x86_64/x86_64/vector.S
--- a/sys/arch/x86_64/x86_64/vector.S   Tue Jun 19 01:37:44 2001 +0000
+++ b/sys/arch/x86_64/x86_64/vector.S   Tue Jun 19 01:40:42 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vector.S,v 1.1 2001/06/19 00:21:18 fvdl Exp $  */
+/*     $NetBSD: vector.S,v 1.2 2001/06/19 01:40:42 fvdl Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 /*
  * Slightly adapted for NetBSD/x86_64 by fvdl%wasabisystems.com@localhost. A bit
  * of a minimal effort port, as this file will very likely have to
- * be redone for the real hardware (but not specs are available for that
+ * be redone for the real hardware (but no specs are available for that
  * yet).
  */
 #include "opt_ddb.h"



Home | Main Index | Thread Index | Old Index