Module Name: src Committed By: rillig Date: Mon Feb 15 07:42:35 UTC 2021
Modified Files: src/usr.bin/make: test-variants.sh Log Message: make: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/test-variants.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/test-variants.sh diff -u src/usr.bin/make/test-variants.sh:1.8 src/usr.bin/make/test-variants.sh:1.9 --- src/usr.bin/make/test-variants.sh:1.8 Mon Dec 7 22:27:56 2020 +++ src/usr.bin/make/test-variants.sh Mon Feb 15 07:42:35 2021 @@ -1,9 +1,9 @@ #! /bin/sh -# $NetBSD: test-variants.sh,v 1.8 2020/12/07 22:27:56 rillig Exp $ +# $NetBSD: test-variants.sh,v 1.9 2021/02/15 07:42:35 rillig Exp $ # # Build several variants of make and run the tests on them. # -# The output of this test suite must be inspected manuelly to see the +# The output of this test suite must be inspected manually to see the # interesting details. The main purpose is to list the available build # options.