From: Nico Weber Date: Fri, 30 Jan 2015 03:47:03 +0000 (+0000) Subject: Typo fixo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b5adca9199ac114ed0ca4b4795f7d097948167e;p=clang Typo fixo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227554 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/DeclSpec.h b/include/clang/Sema/DeclSpec.h index d368826602..761e583380 100644 --- a/include/clang/Sema/DeclSpec.h +++ b/include/clang/Sema/DeclSpec.h @@ -57,7 +57,7 @@ namespace clang { /// These can be in 3 states: /// 1) Not present, identified by isEmpty() /// 2) Present, identified by isNotEmpty() -/// 2.a) Valid, idenified by isValid() +/// 2.a) Valid, identified by isValid() /// 2.b) Invalid, identified by isInvalid(). /// /// isSet() is deprecated because it mostly corresponded to "valid" but was