Correct typo ("a entry" -> "an entry")
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 12 Mar 2014 16:56:05 +0000 (16:56 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 12 Mar 2014 16:56:05 +0000 (16:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203678 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCContext.cpp

index fe8ab7a1e9376277c236293daca236a81fc86b26..5c515b4f1eb5668685b5dae0555f5577e9b12f61 100644 (file)
@@ -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()) {