Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so/arch/alpha Correct spelling in a comment.



details:   https://anonhg.NetBSD.org/src/rev/ca3039981db2
branches:  trunk
changeset: 510400:ca3039981db2
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Mon May 28 06:10:20 2001 +0000

description:
Correct spelling in a comment.

diffstat:

 libexec/ld.elf_so/arch/alpha/rtld_start.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2c8a7a291a79 -r ca3039981db2 libexec/ld.elf_so/arch/alpha/rtld_start.S
--- a/libexec/ld.elf_so/arch/alpha/rtld_start.S Mon May 28 05:52:41 2001 +0000
+++ b/libexec/ld.elf_so/arch/alpha/rtld_start.S Mon May 28 06:10:20 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld_start.S,v 1.3 1999/04/19 00:05:00 thorpej Exp $   */
+/*     $NetBSD: rtld_start.S,v 1.4 2001/05/28 06:10:20 nathanw Exp $   */
 
 /*
  * Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -76,7 +76,7 @@
         * Ya!  Things are far enough so we can do some dynamic linking!
         */
 
-       /* Sqirrel away ps_strings. */
+       /* Squirrel away ps_strings. */
        mov     a3, s0
 
        /*



Home | Main Index | Thread Index | Old Index