aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-01-30 03:47:03 +0000
committerNico Weber <nicolasweber@gmx.de>2015-01-30 03:47:03 +0000
commit07425af9202e8074d920116c1ea7a1a2f49bfd6c (patch)
tree2672b216f1afaa402449a645ac6dd4c0c89c5256
parent2890061b7d453d603a610c152d22b3f1eea91597 (diff)
downloadllvm-07425af9202e8074d920116c1ea7a1a2f49bfd6c.zip
llvm-07425af9202e8074d920116c1ea7a1a2f49bfd6c.tar.gz
llvm-07425af9202e8074d920116c1ea7a1a2f49bfd6c.tar.bz2
Typo fixo.
llvm-svn: 227554
-rw-r--r--clang/include/clang/Sema/DeclSpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/DeclSpec.h b/clang/include/clang/Sema/DeclSpec.h
index d368826..761e583 100644
--- a/clang/include/clang/Sema/DeclSpec.h
+++ b/clang/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