[llvm] r262236 - fix typo in comment
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 29 09:06:47 PST 2016
Author: adrian
Date: Mon Feb 29 11:06:46 2016
New Revision: 262236
URL: http://llvm.org/viewvc/llvm-project?rev=262236&view=rev
Log:
fix typo in comment
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=262236&r1=262235&r2=262236&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Mon Feb 29 11:06:46 2016
@@ -980,7 +980,7 @@ void DwarfDebug::collectVariableInfo(Dwa
SmallVector<DebugLocEntry, 8> Entries;
buildLocationList(Entries, Ranges);
- // If the variable has an DIBasicType, extract it. Basic types cannot have
+ // If the variable has a DIBasicType, extract it. Basic types cannot have
// unique identifiers, so don't bother resolving the type with the
// identifier map.
const DIBasicType *BT = dyn_cast<DIBasicType>(
More information about the llvm-commits
mailing list