diff options
| author | Wiktor Kuchta <wiktorkuchta@protonmail.com> | 2019-01-03 21:27:50 +0100 |
|---|---|---|
| committer | Wiktor Kuchta <wiktorkuchta@protonmail.com> | 2019-01-03 21:33:37 +0100 |
| commit | 190d139f3aa0613a8b639bae742561ff89c8fbc7 (patch) | |
| tree | 764c4695c325898c6e85fc82a1af1f668e524caa /src/test/debuginfo | |
| parent | c0bbc3927e28c22edefe6a1353b5ecc95ea9a104 (diff) | |
| download | rust-190d139f3aa0613a8b639bae742561ff89c8fbc7.tar.gz rust-190d139f3aa0613a8b639bae742561ff89c8fbc7.zip | |
Fix repeated word typos
Found with `git grep -P '\b([a-z]+)\s+\1\b'`
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/simd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/simd.rs b/src/test/debuginfo/simd.rs index 4748916002c..e41acc2e1ec 100644 --- a/src/test/debuginfo/simd.rs +++ b/src/test/debuginfo/simd.rs @@ -4,7 +4,7 @@ // FIXME: LLVM generates invalid debug info for variables requiring // dynamic stack realignment, which is the case on s390x for vector -// types with with non-vector ABI. +// types with non-vector ABI. // ignore-s390x // compile-flags:-g |
