diff options
| author | Ryan Cumming <rcumming@seek.com.au> | 2018-01-10 09:15:51 +1100 |
|---|---|---|
| committer | Ryan Cumming <rcumming@seek.com.au> | 2018-01-10 09:15:51 +1100 |
| commit | b69c32097add128aca50277d6aea5c01f8afaf2a (patch) | |
| tree | 208da69ff3ac1539dd6257dd321c8388070a20ec | |
| parent | 4cc0fe5136629f62201fa5e2890b8947f8f6b398 (diff) | |
| download | rust-b69c32097add128aca50277d6aea5c01f8afaf2a.tar.gz rust-b69c32097add128aca50277d6aea5c01f8afaf2a.zip | |
Fix typo
| -rw-r--r-- | src/test/run-make/linker-output-non-utf8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/linker-output-non-utf8/Makefile b/src/test/run-make/linker-output-non-utf8/Makefile index 0beb99ef119..5f1577ab44d 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. |
