]> granicus.if.org Git - clang/commitdiff
Fix typo in comment. NFC
authorCraig Topper <craig.topper@gmail.com>
Sun, 7 Feb 2016 06:39:23 +0000 (06:39 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 7 Feb 2016 06:39:23 +0000 (06:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260020 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index 9e0546186613edb4fe6b2fba902eb5504ea6b132..989ecad9b46b07c0fd64a8e1c2403fa2b3ade4fa 100644 (file)
@@ -109,7 +109,7 @@ class CGDebugInfo {
   /// compilation.
   std::vector<std::pair<const TagType *, llvm::TrackingMDRef>> 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<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
       FwdDeclReplaceMap;