diff options
Diffstat (limited to 'unit-tests/escape.mk')
| -rw-r--r-- | unit-tests/escape.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unit-tests/escape.mk b/unit-tests/escape.mk index bb37c9217f4c3..be9c4dd60e3fd 100644 --- a/unit-tests/escape.mk +++ b/unit-tests/escape.mk @@ -1,4 +1,4 @@ -# $Id: escape.mk,v 1.1.1.2 2014/11/06 01:40:37 sjg Exp $ +# $Id: escape.mk,v 1.1.1.3 2020/01/22 01:07:14 sjg 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 |
