[polly] r295361 - [tests] Fix some misspellings [NFC]
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 11:11:30 PST 2017
Author: grosser
Date: Thu Feb 16 13:11:29 2017
New Revision: 295361
URL: http://llvm.org/viewvc/llvm-project?rev=295361&view=rev
Log:
[tests] Fix some misspellings [NFC]
Modified:
polly/trunk/test/ScopInfo/ranged_parameter_wrap.ll
Modified: polly/trunk/test/ScopInfo/ranged_parameter_wrap.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/ranged_parameter_wrap.ll?rev=295361&r1=295360&r2=295361&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/ranged_parameter_wrap.ll (original)
+++ polly/trunk/test/ScopInfo/ranged_parameter_wrap.ll Thu Feb 16 13:11:29 2017
@@ -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:
More information about the llvm-commits
mailing list