summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExceptionSpec.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-07-10 18:25:52 +0000
committerEric Christopher <echristo@gmail.com>2015-07-10 18:25:52 +0000
commit5255f7b5517354f5f0fa0b1e5702e67c260dfdee (patch)
treeebd69441b3ff9c4efcd35fadc225f173dc9ef55e /lib/Sema/SemaExceptionSpec.cpp
parenta1bd00dc2d950f2649a671c37d4cd83f4644bf75 (diff)
downloadclang-5255f7b5517354f5f0fa0b1e5702e67c260dfdee.tar.gz
Fix a couple of typos: specifc->specific.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaExceptionSpec.cpp')
-rw-r--r--lib/Sema/SemaExceptionSpec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaExceptionSpec.cpp b/lib/Sema/SemaExceptionSpec.cpp
index 2e3e63e00a..094187025d 100644
--- a/lib/Sema/SemaExceptionSpec.cpp
+++ b/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.
//