From: Nick Lewycky Date: Wed, 18 Jan 2012 01:50:13 +0000 (+0000) Subject: Fix special king of typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22afaccd9ab77d46106e94c47907d955a014ae3f;p=clang Fix special king of typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148368 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index 04eb57b80c..4f074eb178 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -900,7 +900,7 @@ bool CodeGenModule::isTriviallyRecursive(const FunctionDecl *FD) { StringRef Name; if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { - // asm labels are a special king of mangling we have to support. + // asm labels are a special kind of mangling we have to support. AsmLabelAttr *Attr = FD->getAttr(); if (!Attr) return false;