diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-02-16 19:11:29 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-02-16 19:11:29 +0000 |
| commit | 76ec1949512cd4e3f44876fefa563ca5c01f124d (patch) | |
| tree | 173012393c01b0442b27fa000408ed90afab1bdc | |
| parent | c8a8276710d3bb4fe913dd427d9cdede6fe9efc0 (diff) | |
| download | bcm5719-llvm-76ec1949512cd4e3f44876fefa563ca5c01f124d.tar.gz bcm5719-llvm-76ec1949512cd4e3f44876fefa563ca5c01f124d.zip | |
[tests] Fix some misspellings [NFC]
llvm-svn: 295361
| -rw-r--r-- | polly/test/ScopInfo/ranged_parameter_wrap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/ranged_parameter_wrap.ll b/polly/test/ScopInfo/ranged_parameter_wrap.ll index 06434ed1632..3e6d68a9025 100644 --- a/polly/test/ScopInfo/ranged_parameter_wrap.ll +++ b/polly/test/ScopInfo/ranged_parameter_wrap.ll @@ -1,6 +1,6 @@ ; RUN: opt %loadPolly -polly-scops -analyze < %s | FileCheck %s ; -; Check that the contstraints on the paramater derived from the +; Check that the constraints on the parameter derived from the ; __wrapping__ range metadata (see bottom of the file) are present: ; ; CHECK: Context: |

