diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-08-19 15:30:23 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-08-19 17:41:28 +0200 |
| commit | 71120ef1e5cb885ee45e6148970db6ce93ce1aca (patch) | |
| tree | 9358c738c8943f0bc0b65303818237a801b8b0e1 /src/test/codegen-units | |
| parent | a9fe312b98d5a6b194c4ad1a17dcf258ba9941ea (diff) | |
| download | rust-71120ef1e5cb885ee45e6148970db6ce93ce1aca.tar.gz rust-71120ef1e5cb885ee45e6148970db6ce93ce1aca.zip | |
Fix typos found by codespell.
Diffstat (limited to 'src/test/codegen-units')
| -rw-r--r-- | src/test/codegen-units/item-collection/cross-crate-trait-method.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen-units/item-collection/cross-crate-trait-method.rs b/src/test/codegen-units/item-collection/cross-crate-trait-method.rs index 7a16b22a023..2951ee4f6c9 100644 --- a/src/test/codegen-units/item-collection/cross-crate-trait-method.rs +++ b/src/test/codegen-units/item-collection/cross-crate-trait-method.rs @@ -28,7 +28,7 @@ fn start(_: isize, _: *const *const u8) -> isize { let _: (char, u32) = Trait::without_default_impl(0); // Currently, no object code is generated for trait methods with default - // implemenations, unless they are actually called from somewhere. Therefore + // implementations, unless they are actually called from somewhere. Therefore // we cannot import the implementations and have to create our own inline. //~ MONO_ITEM fn cgu_export_trait_method::Trait[0]::with_default_impl[0]<u32> let _ = Trait::with_default_impl(0u32); |
