From 72cd229398c2ba402567c97725cc67d436060cc5 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 18 Jan 2012 01:50:13 +0000 Subject: Fix special king of typo. llvm-svn: 148368 --- clang/lib/CodeGen/CodeGenModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenModule.cpp') diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 04eb57b..4f074eb 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/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; -- cgit v1.1