about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Cumming <rcumming@seek.com.au>2018-01-10 09:15:51 +1100
committerRyan Cumming <rcumming@seek.com.au>2018-01-10 09:15:51 +1100
commitb69c32097add128aca50277d6aea5c01f8afaf2a (patch)
tree208da69ff3ac1539dd6257dd321c8388070a20ec
parent4cc0fe5136629f62201fa5e2890b8947f8f6b398 (diff)
downloadrust-b69c32097add128aca50277d6aea5c01f8afaf2a.tar.gz
rust-b69c32097add128aca50277d6aea5c01f8afaf2a.zip
Fix typo
-rw-r--r--src/test/run-make/linker-output-non-utf8/Makefile2
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.