Fix typo in comment

This commit is contained in:
Aaron Hill 2019-04-13 22:25:27 -04:00
parent 7ba8a9e685
commit 5cd51b1d84
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -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);