From b69c32097add128aca50277d6aea5c01f8afaf2a Mon Sep 17 00:00:00 2001 From: Ryan Cumming Date: Wed, 10 Jan 2018 09:15:51 +1100 Subject: [PATCH] Fix typo --- src/test/run-make/linker-output-non-utf8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-make/linker-output-non-utf8/Makefile b/src/test/run-make/linker-output-non-utf8/Makefile index 0beb99ef1199b..5f1577ab44dc5 100644 --- a/src/test/run-make/linker-output-non-utf8/Makefile +++ b/src/test/run-make/linker-output-non-utf8/Makefile @@ -10,7 +10,7 @@ ifndef IS_WINDOWS # This also does not work on Apple APFS due to the filesystem requiring -# valid UTF-u paths. +# valid UTF-8 paths. ifneq ($(shell uname),Darwin) # The zzz it to allow humans to tab complete or glob this thing.