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 a grammatical error error



details:   https://anonhg.NetBSD.org/src/rev/07c87b99f341
branches:  trunk
changeset: 511853:07c87b99f341
user:      atatat <atatat%NetBSD.org@localhost>
date:      Thu Jun 28 05:25:04 2001 +0000

description:
fix a grammatical error error

diffstat:

 lib/libc/arch/i386/gen/alloca.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 04ef0165f713 -r 07c87b99f341 lib/libc/arch/i386/gen/alloca.S
--- a/lib/libc/arch/i386/gen/alloca.S   Thu Jun 28 04:45:09 2001 +0000
+++ b/lib/libc/arch/i386/gen/alloca.S   Thu Jun 28 05:25:04 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: alloca.S,v 1.5 1997/07/16 14:37:14 christos Exp $      */
+/*     $NetBSD: alloca.S,v 1.6 2001/06/28 05:25:04 atatat Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -40,10 +40,10 @@
 
 #include <machine/asm.h>
 #if defined(LIBC_SCCS)
-       RCSID("$NetBSD: alloca.S,v 1.5 1997/07/16 14:37:14 christos Exp $")
+       RCSID("$NetBSD: alloca.S,v 1.6 2001/06/28 05:25:04 atatat Exp $")
 #endif
 
-/* like alloc, but automatic automatic free in return */
+/* like alloc, but automatic free in return */
 
 ENTRY(alloca)
        popl    %edx            /*  pop return addr */



Home | Main Index | Thread Index | Old Index