Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make/unit-tests Fix typos in variable names, and in ...



details:   https://anonhg.NetBSD.org/src/rev/e8bd92570d70
branches:  trunk
changeset: 331786:e8bd92570d70
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Aug 24 13:07:25 2014 +0000

description:
Fix typos in variable names, and in a comment.

diffstat:

 usr.bin/make/unit-tests/escape.mk |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 9a3d5ab051ba -r e8bd92570d70 usr.bin/make/unit-tests/escape.mk
--- a/usr.bin/make/unit-tests/escape.mk Sun Aug 24 12:48:58 2014 +0000
+++ b/usr.bin/make/unit-tests/escape.mk Sun Aug 24 13:07:25 2014 +0000
@@ -1,4 +1,4 @@
-# $Id: escape.mk,v 1.1 2014/08/24 11:52:45 apb Exp $
+# $Id: escape.mk,v 1.2 2014/08/24 13:07:25 apb Exp $
 #
 # Test backslash escaping.
 
@@ -24,7 +24,7 @@
 #     unspecified.
 #
 # Notice that the behaviour of <backslash><backslash> or
-# <backslash><anything other then newline> is not mentioned.  I think
+# <backslash><anything other than newline> is not mentioned.  I think
 # this implies that <backslash> should be taken literally everywhere
 # except before <newline>.
 
@@ -54,8 +54,8 @@
        @echo VAR1BS=:${VAR1BS:Q}:
        @echo VAR1BSa=:${VAR1BSa:Q}:
        @echo VAR1BSA=:${VAR1BSA:Q}:
-       @echo VAR1BSda=:${VAR1BSa:Q}:
-       @echo VAR1BSdA=:${VAR1BSA:Q}:
+       @echo VAR1BSda=:${VAR1BSda:Q}:
+       @echo VAR1BSdA=:${VAR1BSdA:Q}:
 
 # Double backslash in variable should be taken as two literal backslashes.
 #
@@ -71,8 +71,8 @@
        @echo VAR2BS=:${VAR2BS:Q}:
        @echo VAR2BSa=:${VAR2BSa:Q}:
        @echo VAR2BSA=:${VAR2BSA:Q}:
-       @echo VAR2BSda=:${VAR2BSa:Q}:
-       @echo VAR2BSdA=:${VAR2BSA:Q}:
+       @echo VAR2BSda=:${VAR2BSda:Q}:
+       @echo VAR2BSdA=:${VAR2BSdA:Q}:
 
 # Backslash-newline in a variable setting is replaced by a single space.
 #



Home | Main Index | Thread Index | Old Index