From: Craig Topper Date: Sun, 7 Feb 2016 06:39:23 +0000 (+0000) Subject: Fix typo in comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d4a0b1bdf2ce19f22a1bb5da50d5173c91ca5f9;p=clang Fix typo in comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260020 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 9e05461866..989ecad9b4 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -109,7 +109,7 @@ class CGDebugInfo { /// compilation. std::vector> ReplaceMap; - /// Cache of replaceable forward declarartions (functions and + /// Cache of replaceable forward declarations (functions and /// variables) to RAUW at the end of compilation. std::vector> FwdDeclReplaceMap;