Module Name:    src
Committed By:   martin
Date:           Tue Oct  4 12:01:21 UTC 2011

Modified Files:
        src/tests/toolchain/cc: t_hello.sh

Log Message:
Fix typo in diagnostic output


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/toolchain/cc/t_hello.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/toolchain/cc/t_hello.sh
diff -u src/tests/toolchain/cc/t_hello.sh:1.4 src/tests/toolchain/cc/t_hello.sh:1.5
--- src/tests/toolchain/cc/t_hello.sh:1.4	Wed May 11 22:08:12 2011
+++ src/tests/toolchain/cc/t_hello.sh	Tue Oct  4 12:01:21 2011
@@ -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 @@ EOF
 	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
 

Reply via email to