r196477 - Fix comment typo in r196476

Alp Toker alp at nuanti.com
Wed Dec 4 23:16:23 PST 2013


Author: alp
Date: Thu Dec  5 01:16:23 2013
New Revision: 196477

URL: http://llvm.org/viewvc/llvm-project?rev=196477&view=rev
Log:
Fix comment typo in r196476

Modified:
    cfe/trunk/include/clang/AST/DeclObjC.h

Modified: cfe/trunk/include/clang/AST/DeclObjC.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclObjC.h?rev=196477&r1=196476&r2=196477&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclObjC.h (original)
+++ cfe/trunk/include/clang/AST/DeclObjC.h Thu Dec  5 01:16:23 2013
@@ -679,7 +679,7 @@ class ObjCInterfaceDecl : public ObjCCon
     bool HasDesignatedInitializers : 1;
 
     enum InheritedDesignatedInitializersState {
-      /// We didn't calculated whether the designated initializers should be
+      /// We didn't calculate whether the designated initializers should be
       /// inherited or not.
       IDI_Unknown = 0,
       /// Designated initializers are inherited for the super class.





More information about the cfe-commits mailing list