]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in comment
authorAaron Hill <aa1ronham@gmail.com>
Sun, 14 Apr 2019 02:25:27 +0000 (22:25 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 14 Apr 2019 19:45:19 +0000 (15:45 -0400)
src/tools/compiletest/src/runtest.rs

index 11e9f1c39785d8352b9028ff1dab49075f0fdb42..79868a781fdd140385c141db5de453415588cb41 100644 (file)
@@ -1684,7 +1684,7 @@ fn compose_and_run_compiler(&self, mut rustc: Command, input: Option<String>) ->
             }
         }
 
-        // 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);