diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-03-12 16:56:05 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-03-12 16:56:05 +0000 |
| commit | c47d084650c6d1333509cf82b08307ea0237a872 (patch) | |
| tree | b8787a50d9cf6c97f0b6f573d661f9491fe10baf /llvm/lib/MC/MCContext.cpp | |
| parent | 3d5d464df891196b25a52bcf5b8fcd4b1dc3e4e7 (diff) | |
| download | bcm5719-llvm-c47d084650c6d1333509cf82b08307ea0237a872.tar.gz bcm5719-llvm-c47d084650c6d1333509cf82b08307ea0237a872.zip | |
Correct typo ("a entry" -> "an entry")
llvm-svn: 203678
Diffstat (limited to 'llvm/lib/MC/MCContext.cpp')
| -rw-r--r-- | llvm/lib/MC/MCContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCContext.cpp b/llvm/lib/MC/MCContext.cpp index fe8ab7a1e93..5c515b4f1eb 100644 --- a/llvm/lib/MC/MCContext.cpp +++ b/llvm/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()) { |

