r227554 - Typo fixo.

Nico Weber nicolasweber at gmx.de
Thu Jan 29 19:47:03 PST 2015


Author: nico
Date: Thu Jan 29 21:47:03 2015
New Revision: 227554

URL: http://llvm.org/viewvc/llvm-project?rev=227554&view=rev
Log:
Typo fixo.

Modified:
    cfe/trunk/include/clang/Sema/DeclSpec.h

Modified: cfe/trunk/include/clang/Sema/DeclSpec.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/DeclSpec.h?rev=227554&r1=227553&r2=227554&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/DeclSpec.h (original)
+++ cfe/trunk/include/clang/Sema/DeclSpec.h Thu Jan 29 21:47:03 2015
@@ -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





More information about the cfe-commits mailing list