r241924 - Fix a couple of typos: specifc->specific.

Eric Christopher echristo at gmail.com
Fri Jul 10 11:25:52 PDT 2015


Author: echristo
Date: Fri Jul 10 13:25:52 2015
New Revision: 241924

URL: http://llvm.org/viewvc/llvm-project?rev=241924&view=rev
Log:
Fix a couple of typos: specifc->specific.

Modified:
    cfe/trunk/lib/Basic/Targets.cpp
    cfe/trunk/lib/Sema/SemaExceptionSpec.cpp

Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=241924&r1=241923&r2=241924&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Fri Jul 10 13:25:52 2015
@@ -1519,7 +1519,7 @@ public:
   BuiltinVaListKind getBuiltinVaListKind() const override {
     return TargetInfo::CharPtrBuiltinVaList;
   }
-  // PPC64 Linux-specifc ABI options.
+  // PPC64 Linux-specific ABI options.
   bool setABI(const std::string &Name) override {
     if (Name == "elfv1" || Name == "elfv1-qpx" || Name == "elfv2") {
       ABI = Name;

Modified: cfe/trunk/lib/Sema/SemaExceptionSpec.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExceptionSpec.cpp?rev=241924&r1=241923&r2=241924&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExceptionSpec.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExceptionSpec.cpp Fri Jul 10 13:25:52 2015
@@ -397,7 +397,7 @@ bool Sema::CheckEquivalentExceptionSpec(
   //   - 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.
   //





More information about the cfe-commits mailing list