Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/i386/gen Fix comment that wasn't closed becaus...



details:   https://anonhg.NetBSD.org/src/rev/7b877d4a36e3
branches:  trunk
changeset: 542318:7b877d4a36e3
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Jan 26 16:22:01 2003 +0000

description:
Fix comment that wasn't closed because of a typo (but harmless, since followed
by another comment).

diffstat:

 lib/libc/arch/i386/gen/resumecontext.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 75b94669d8d0 -r 7b877d4a36e3 lib/libc/arch/i386/gen/resumecontext.S
--- a/lib/libc/arch/i386/gen/resumecontext.S    Sun Jan 26 15:54:35 2003 +0000
+++ b/lib/libc/arch/i386/gen/resumecontext.S    Sun Jan 26 16:22:01 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resumecontext.S,v 1.2 2003/01/18 11:08:12 thorpej Exp $        &/
+/*     $NetBSD: resumecontext.S,v 1.3 2003/01/26 16:22:01 fvdl Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <machine/asm.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       RCSID("$NetBSD: resumecontext.S,v 1.2 2003/01/18 11:08:12 thorpej Exp $")
+       RCSID("$NetBSD: resumecontext.S,v 1.3 2003/01/26 16:22:01 fvdl Exp $")
 #endif /* LIBC_SCCS && !lint */
 
 /*



Home | Main Index | Thread Index | Old Index