r260020 - Fix typo in comment. NFC
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 6 22:39:23 PST 2016
Author: ctopper
Date: Sun Feb 7 00:39:23 2016
New Revision: 260020
URL: http://llvm.org/viewvc/llvm-project?rev=260020&view=rev
Log:
Fix typo in comment. NFC
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.h
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=260020&r1=260019&r2=260020&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Sun Feb 7 00:39:23 2016
@@ -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;
More information about the cfe-commits
mailing list