[ScopInfo] Fix comment grammar. "..to be build" -> "..to be built". [NFC]

llvm-svn: 311995
This commit is contained in:
Siddharth Bhat 2017-08-29 11:46:14 +00:00
parent 1f41a505d6
commit 7de7abb09c
1 changed files with 1 additions and 1 deletions

View File

@ -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.