From d0c33e548243e4320b917ad99376f34f5faf9546 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 12 Mar 2014 16:56:05 +0000 Subject: [PATCH] Correct typo ("a entry" -> "an entry") git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203678 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.34.1