Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot/arch fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/63683fc1f2f6
branches:  trunk
changeset: 554403:63683fc1f2f6
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 27 22:29:59 2003 +0000

description:
fix typo in comment

diffstat:

 usr.sbin/installboot/arch/i386.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c3457b3bbbc0 -r 63683fc1f2f6 usr.sbin/installboot/arch/i386.c
--- a/usr.sbin/installboot/arch/i386.c  Mon Oct 27 22:26:35 2003 +0000
+++ b/usr.sbin/installboot/arch/i386.c  Mon Oct 27 22:29:59 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.12 2003/10/27 00:12:44 lukem Exp $ */
+/* $NetBSD: i386.c,v 1.13 2003/10/27 22:29:59 lukem Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -42,8 +42,8 @@
 
 #include <sys/cdefs.h>
 #if !defined(__lint)
-__RCSID("$NetBSD: i386.c,v 1.12 2003/10/27 00:12:44 lukem Exp $");
-#endif /* __RCSID && !__lint */
+__RCSID("$NetBSD: i386.c,v 1.13 2003/10/27 22:29:59 lukem Exp $");
+#endif /* !__lint */
 
 #include <sys/param.h>
 



Home | Main Index | Thread Index | Old Index