From: David Blaikie Date: Wed, 12 Mar 2014 16:56:05 +0000 (+0000) Subject: Correct typo ("a entry" -> "an entry") X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d0c33e548243e4320b917ad99376f34f5faf9546;p=oota-llvm.git Correct typo ("a entry" -> "an entry") git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203678 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp index fe8ab7a1e93..5c515b4f1eb 100644 --- a/lib/MC/MCContext.cpp +++ b/lib/MC/MCContext.cpp @@ -363,7 +363,7 @@ unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName, } } - // 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()) {