[polly] r311995 - [ScopInfo] Fix comment grammar. "..to be build" -> "..to be built". [NFC]
Siddharth Bhat via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 04:46:14 PDT 2017
Author: bollu
Date: Tue Aug 29 04:46:14 2017
New Revision: 311995
URL: http://llvm.org/viewvc/llvm-project?rev=311995&view=rev
Log:
[ScopInfo] Fix comment grammar. "..to be build" -> "..to be built". [NFC]
Modified:
polly/trunk/include/polly/ScopInfo.h
Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=311995&r1=311994&r2=311995&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Tue Aug 29 04:46:14 2017
@@ -2622,7 +2622,7 @@ public:
///
/// This function will add the assumption to the RecordedAssumptions. This
/// collection will be added (@see addAssumption) to the assumed context once
- /// all paramaters are known and the context is fully build.
+ /// all paramaters are known and the context is fully built.
///
/// @param Kind The assumption kind describing the underlying cause.
/// @param Set The relations between parameters that are assumed to hold.
More information about the llvm-commits
mailing list