r202142 - Fix typo.

Serge Pavlov sepavloff at gmail.com
Tue Feb 25 03:32:34 PST 2014


Author: sepavloff
Date: Tue Feb 25 05:32:34 2014
New Revision: 202142

URL: http://llvm.org/viewvc/llvm-project?rev=202142&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/include/clang/Parse/Parser.h

Modified: cfe/trunk/include/clang/Parse/Parser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Parser.h?rev=202142&r1=202141&r2=202142&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Parser.h (original)
+++ cfe/trunk/include/clang/Parse/Parser.h Tue Feb 25 05:32:34 2014
@@ -169,7 +169,7 @@ class Parser : public CodeCompletionHand
   /// 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





More information about the cfe-commits mailing list