Source-Changes-HG archive

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

[src/trunk]: src/tests/toolchain/cc Fix typo in diagnostic output



details:   https://anonhg.NetBSD.org/src/rev/27e4ca195f3a
branches:  trunk
changeset: 770122:27e4ca195f3a
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Oct 04 12:01:21 2011 +0000

description:
Fix typo in diagnostic output

diffstat:

 tests/toolchain/cc/t_hello.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7ca21807d6a4 -r 27e4ca195f3a tests/toolchain/cc/t_hello.sh
--- a/tests/toolchain/cc/t_hello.sh     Tue Oct 04 11:02:32 2011 +0000
+++ b/tests/toolchain/cc/t_hello.sh     Tue Oct 04 12:01:21 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_hello.sh,v 1.4 2011/05/11 22:08:12 njoly Exp $
+#      $NetBSD: t_hello.sh,v 1.5 2011/10/04 12:01:21 martin Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -99,7 +99,7 @@
        fi
        echo "32bit binaries on this platform are:"
        cat ./ftype32
-       echo "While native (64bit) binareis are:"
+       echo "While native (64bit) binaries are:"
        cat ./ftype64
        atf_check -s exit:0 -o inline:"hello world\n" ./hello32
 



Home | Main Index | Thread Index | Old Index