]> granicus.if.org Git - clang/commitdiff
Fix comment typo in r196476
authorAlp Toker <alp@nuanti.com>
Thu, 5 Dec 2013 07:16:23 +0000 (07:16 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 5 Dec 2013 07:16:23 +0000 (07:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196477 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclObjC.h

index 9dcf4b9236661e14e1c3c7f88d2408230e4893f5..b37a64fa01924ce8a3a078491615b5c0c4eff547 100644 (file)
@@ -679,7 +679,7 @@ class ObjCInterfaceDecl : public ObjCContainerDecl
     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.