From 7de7abb09cbaa0c7a687d93cde1b24432a884540 Mon Sep 17 00:00:00 2001 From: Siddharth Bhat Date: Tue, 29 Aug 2017 11:46:14 +0000 Subject: [PATCH] [ScopInfo] Fix comment grammar. "..to be build" -> "..to be built". [NFC] llvm-svn: 311995 --- polly/include/polly/ScopInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 98e17ba6b58b..f7079a2722b8 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -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.