diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-06-08 13:22:49 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-06-08 13:39:42 -0400 |
| commit | 45e56eccbed3161dd9de547c6c2dcf618114a484 (patch) | |
| tree | 4eb63b08a1f5beebc194419162b0f5c5dce1c0e5 /src/libcore/simd.rs | |
| parent | 17ba0cf4289d6da632aab4cf242ad74dea94fe37 (diff) | |
Fix spelling errors in comments.
Diffstat (limited to 'src/libcore/simd.rs')
| -rw-r--r-- | src/libcore/simd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/simd.rs b/src/libcore/simd.rs index 99b802f9918..54e7d077bb1 100644 --- a/src/libcore/simd.rs +++ b/src/libcore/simd.rs @@ -31,7 +31,7 @@ //! //! ## Stability Note //! -//! These are all experimental. The inferface may change entirely, without +//! These are all experimental. The interface may change entirely, without //! warning. #![allow(non_camel_case_types)] |
