]> granicus.if.org Git - clang/commitdiff
Fix a typo noted by Gabor
authorDouglas Gregor <dgregor@apple.com>
Mon, 13 Sep 2010 16:44:26 +0000 (16:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 13 Sep 2010 16:44:26 +0000 (16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113754 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index 3157f9c706137c26155297dac1399459f9ff8a23..2d31e8cc9a0508a51054447eb041596904a4d74b 100644 (file)
@@ -3235,7 +3235,7 @@ Decl *Sema::ActOnConversionDeclarator(CXXConversionDecl *Conversion) {
     ConvType = ConvTypeRef->getPointeeType();
   if (Conversion->getTemplateSpecializationKind() != TSK_Undeclared &&
       Conversion->getTemplateSpecializationKind() != TSK_ExplicitSpecialization)
-    /* Suppress disanogstics for instantiations. */;
+    /* Suppress diagnostics for instantiations. */;
   else if (ConvType->isRecordType()) {
     ConvType = Context.getCanonicalType(ConvType).getUnqualifiedType();
     if (ConvType == ClassType)