diff options
author | Eric Christopher <echristo@gmail.com> | 2015-07-10 18:25:52 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-07-10 18:25:52 +0000 |
commit | e6b7cf478751ba4ffafed50163d9d3e0e0981fd0 (patch) | |
tree | f01b938df2b40389f7b7b83f4b2fe754e985463b /clang/lib/Sema/SemaExceptionSpec.cpp | |
parent | 5ca0baca4a3b03eb5d8a2303bd0fb67b9d19bef7 (diff) | |
download | bcm5719-llvm-e6b7cf478751ba4ffafed50163d9d3e0e0981fd0.tar.gz bcm5719-llvm-e6b7cf478751ba4ffafed50163d9d3e0e0981fd0.zip |
Fix a couple of typos: specifc->specific.
llvm-svn: 241924
Diffstat (limited to 'clang/lib/Sema/SemaExceptionSpec.cpp')
-rw-r--r-- | clang/lib/Sema/SemaExceptionSpec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExceptionSpec.cpp b/clang/lib/Sema/SemaExceptionSpec.cpp index 2e3e63e00a3..094187025df 100644 --- a/clang/lib/Sema/SemaExceptionSpec.cpp +++ b/clang/lib/Sema/SemaExceptionSpec.cpp @@ -397,7 +397,7 @@ bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, // - both are dynamic-exception-specifications that have the same set of // adjusted types. // - // C++0x [except.spec]p12: An exception-specifcation is non-throwing if it is + // C++0x [except.spec]p12: An exception-specification is non-throwing if it is // of the form throw(), noexcept, or noexcept(constant-expression) where the // constant-expression yields true. // |