Skip to content

Commit 5cd51b1

Browse files
committed
Fix typo in comment
1 parent 7ba8a9e commit 5cd51b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ impl<'test> TestCx<'test> {
16841684
}
16851685
}
16861686

1687-
// Add any '--extenr-private' entries without a matching
1687+
// Add any '--extern-private' entries without a matching
16881688
// 'aux-build'
16891689
for private_lib in extern_priv {
16901690
add_extern_priv(&private_lib, true);

0 commit comments

Comments
 (0)