Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/cc Fix typo



details:   https://anonhg.NetBSD.org/src/rev/d451dc818227
branches:  trunk
changeset: 344536:d451dc818227
user:      gson <gson%NetBSD.org@localhost>
date:      Sun Apr 03 14:41:30 2016 +0000

description:
Fix typo

diffstat:

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

diffs (18 lines):

diff -r 6c31dd0a882b -r d451dc818227 tests/usr.bin/cc/t_hello.sh
--- a/tests/usr.bin/cc/t_hello.sh       Sun Apr 03 14:34:22 2016 +0000
+++ b/tests/usr.bin/cc/t_hello.sh       Sun Apr 03 14:41:30 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_hello.sh,v 1.2 2012/07/21 12:30:55 martin Exp $
+#      $NetBSD: t_hello.sh,v 1.3 2016/04/03 14:41:30 gson Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
 
 atf_test_case hello_pie
 hello_pie_head() {
-       atf_set "descr" "compile and run position independend (PIE) \"hello world\""
+       atf_set "descr" "compile and run position independent (PIE) \"hello world\""
        atf_set "require.progs" "cc"
 }
 



Home | Main Index | Thread Index | Old Index