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 usr.bin/make: fix typos in comment



details:   https://anonhg.NetBSD.org/src/rev/82ae7cb1d62a
branches:  trunk
changeset: 466960:82ae7cb1d62a
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Jan 07 20:50:12 2020 +0000

description:
usr.bin/make: fix typos in comment

diffstat:

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

diffs (20 lines):

diff -r d9595622b7c5 -r 82ae7cb1d62a usr.bin/make/unit-tests/escape.mk
--- a/usr.bin/make/unit-tests/escape.mk Tue Jan 07 13:51:38 2020 +0000
+++ b/usr.bin/make/unit-tests/escape.mk Tue Jan 07 20:50:12 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: escape.mk,v 1.10 2014/09/09 10:22:27 apb Exp $
+# $Id: escape.mk,v 1.11 2020/01/07 20:50:12 rillig Exp $
 #
 # Test backslash escaping.
 
@@ -35,8 +35,8 @@
 # Also, our practice is that an even number of backslashes before a
 # newline in a variable assignment simply stores the backslashes as part
 # of the value, and treats the newline as though it was not escaped.
-# Similarly, ann even number of backslashes before a newline in a
-# command simply uses the backslashes as part of the command test, but
+# Similarly, an even number of backslashes before a newline in a
+# command simply uses the backslashes as part of the command, but
 # does not escape the newline.  This is compatible with GNU make.
 
 all: .PHONY



Home | Main Index | Thread Index | Old Index