From 7d4a0b1bdf2ce19f22a1bb5da50d5173c91ca5f9 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 7 Feb 2016 06:39:23 +0000 Subject: [PATCH] Fix typo in comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260020 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1