diff options
| author | kennytm <kennytm@gmail.com> | 2019-01-05 23:56:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-05 23:56:59 +0800 |
| commit | ab55ecf4ba607985db28678b8bbe846d567a35d5 (patch) | |
| tree | 1aa4a2b518f03f4971c56cc6141096a681e9470d /src/test/debuginfo | |
| parent | 676b0b0cc4f3a9801051696b3f7b88e75c7b9764 (diff) | |
| parent | 06243b1f4d3d8aba1ef1d2050378baab689250c3 (diff) | |
| download | rust-ab55ecf4ba607985db28678b8bbe846d567a35d5.tar.gz rust-ab55ecf4ba607985db28678b8bbe846d567a35d5.zip | |
Rollup merge of #57314 - wiktorkuchta:master, r=Centril
Fix repeated word typos Inspired by #57295 (I skipped 'be be' because of it) and my [PR in another repo ](https://github.com/e-maxx-eng/e-maxx-eng/pull/389) Not a stupid `sed`, I actually tried to fix case by case.
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 |
