about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2019-04-13 22:25:27 -0400
committerAaron Hill <aa1ronham@gmail.com>2019-04-14 15:45:19 -0400
commit5cd51b1d8416ce5670a2411a22886bd683bb2766 (patch)
treeaa1fd373f671d8b9dc4065045d87f2b3dbbe2557
parent7ba8a9e685470b6aef3a230ab6eeb25c3152e7f1 (diff)
downloadrust-5cd51b1d8416ce5670a2411a22886bd683bb2766.tar.gz
rust-5cd51b1d8416ce5670a2411a22886bd683bb2766.zip
Fix typo in comment
-rw-r--r--src/tools/compiletest/src/runtest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs
index 11e9f1c3978..79868a781fd 100644
--- a/src/tools/compiletest/src/runtest.rs
+++ b/src/tools/compiletest/src/runtest.rs
@@ -1684,7 +1684,7 @@ impl<'test> TestCx<'test> {
             }
         }
 
-        // Add any '--extenr-private' entries without a matching
+        // Add any '--extern-private' entries without a matching
         // 'aux-build'
         for private_lib in extern_priv {
             add_extern_priv(&private_lib, true);