]> granicus.if.org Git - clang/commitdiff
Fix special king of typo.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 18 Jan 2012 01:50:13 +0000 (01:50 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 18 Jan 2012 01:50:13 +0000 (01:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148368 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.cpp

index 04eb57b80cb1c234ff92dc51803c5d2fadc9cb10..4f074eb1785fe74ec5d3c3fed169a15e59ee9b3a 100644 (file)
@@ -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<AsmLabelAttr>();
     if (!Attr)
       return false;