diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2019-04-13 22:25:27 -0400 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2019-04-14 15:45:19 -0400 |
| commit | 5cd51b1d8416ce5670a2411a22886bd683bb2766 (patch) | |
| tree | aa1fd373f671d8b9dc4065045d87f2b3dbbe2557 | |
| parent | 7ba8a9e685470b6aef3a230ab6eeb25c3152e7f1 (diff) | |
| download | rust-5cd51b1d8416ce5670a2411a22886bd683bb2766.tar.gz rust-5cd51b1d8416ce5670a2411a22886bd683bb2766.zip | |
Fix typo in comment
| -rw-r--r-- | src/tools/compiletest/src/runtest.rs | 2 |
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); |
