Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/mips/sys Fix a tyop in a comment.



details:   https://anonhg.NetBSD.org/src/rev/f4b05ca34199
branches:  trunk
changeset: 542810:f4b05ca34199
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Feb 08 04:01:53 2003 +0000

description:
Fix a tyop in a comment.

diffstat:

 lib/libc/arch/mips/sys/__clone.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b9659bc34266 -r f4b05ca34199 lib/libc/arch/mips/sys/__clone.S
--- a/lib/libc/arch/mips/sys/__clone.S  Sat Feb 08 03:32:50 2003 +0000
+++ b/lib/libc/arch/mips/sys/__clone.S  Sat Feb 08 04:01:53 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __clone.S,v 1.5 2003/02/08 00:28:25 cgd Exp $  */
+/*     $NetBSD: __clone.S,v 1.6 2003/02/08 04:01:53 simonb Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
         * and create a frame so that the child can be safely called.
         *
         * There are already register slots on the stack from above.
-        * We take 4 register slots more.  The lower 4 acommodate o32
+        * We take 4 register slots more.  The lower 4 accommodate o32
         * argument save area.  The next higher is used to save GP (if
         * ABICALLS).  The highest is unused.
         */



Home | Main Index | Thread Index | Old Index