Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Fix a harmless typo.



details:   https://anonhg.NetBSD.org/src/rev/542db4f8d2be
branches:  trunk
changeset: 473768:542db4f8d2be
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 18 18:08:52 1999 +0000

description:
Fix a harmless typo.

diffstat:

 sys/arch/alpha/alpha/debug.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a888ec2363ed -r 542db4f8d2be sys/arch/alpha/alpha/debug.s
--- a/sys/arch/alpha/alpha/debug.s      Fri Jun 18 17:44:06 1999 +0000
+++ b/sys/arch/alpha/alpha/debug.s      Fri Jun 18 18:08:52 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: debug.s,v 1.3 1999/05/31 20:40:23 ross Exp $ */
+/* $NetBSD: debug.s,v 1.4 1999/06/18 18:08:52 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-__KERNEL_RCSID(6, "$NetBSD")
+__KERNEL_RCSID(6, "$NetBSD: debug.s,v 1.4 1999/06/18 18:08:52 thorpej Exp $")
 
 /*
  * Debugger glue.



Home | Main Index | Thread Index | Old Index