Fix typo.

llvm-svn: 202142
This commit is contained in:
Serge Pavlov 2014-02-25 11:32:34 +00:00
parent 1319381686
commit 103435e89c
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class Parser : public CodeCompletionHandler {
/// ColonProtectionRAIIObject RAII object.
bool ColonIsSacred;
/// \brief When true, we are directly inside an Objective-C messsage
/// \brief When true, we are directly inside an Objective-C message
/// send expression.
///
/// This is managed by the \c InMessageExpressionRAIIObject class, and