[llvm] r203678 - Correct typo ("a entry" -> "an entry")
David Blaikie
dblaikie at gmail.com
Wed Mar 12 09:56:05 PDT 2014
Author: dblaikie
Date: Wed Mar 12 11:56:05 2014
New Revision: 203678
URL: http://llvm.org/viewvc/llvm-project?rev=203678&view=rev
Log:
Correct typo ("a entry" -> "an entry")
Modified:
llvm/trunk/lib/MC/MCContext.cpp
Modified: llvm/trunk/lib/MC/MCContext.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCContext.cpp?rev=203678&r1=203677&r2=203678&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCContext.cpp (original)
+++ llvm/trunk/lib/MC/MCContext.cpp Wed Mar 12 11:56:05 2014
@@ -363,7 +363,7 @@ unsigned MCContext::GetDwarfFile(StringR
}
}
- // Find or make a entry in the MCDwarfDirs vector for this Directory.
+ // Find or make an entry in the MCDwarfDirs vector for this Directory.
// Capture directory name.
unsigned DirIndex;
if (Directory.empty()) {
More information about the llvm-commits
mailing list