summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/CodeGen/AccelTable.h2
-rw-r--r--llvm/tools/dsymutil/DwarfLinker.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/AccelTable.h b/llvm/include/llvm/CodeGen/AccelTable.h
index 62ec29836db..9c8a7215e2b 100644
--- a/llvm/include/llvm/CodeGen/AccelTable.h
+++ b/llvm/include/llvm/CodeGen/AccelTable.h
@@ -66,7 +66,7 @@
/// If we have a match we look at that same entry in the offsets table and grab
/// the offset in the data for our final match.
///
-/// The DWARFv5 accelerator table consists of zero or more name indices that
+/// The DWARF v5 accelerator table consists of zero or more name indices that
/// are output into an on-disk format that looks like this:
///
/// .------------------.
diff --git a/llvm/tools/dsymutil/DwarfLinker.cpp b/llvm/tools/dsymutil/DwarfLinker.cpp
index 4db6e6b31d3..70a8b7c82e9 100644
--- a/llvm/tools/dsymutil/DwarfLinker.cpp
+++ b/llvm/tools/dsymutil/DwarfLinker.cpp
@@ -3444,7 +3444,7 @@ void DwarfLinker::patchLineTableForUnit(CompileUnit &Unit,
reportWarning("line table parameters mismatch. Cannot emit.");
else {
uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength;
- // DWARFv5 has an extra 2 bytes of information before the header_length
+ // DWARF v5 has an extra 2 bytes of information before the header_length
// field.
if (LineTable.Prologue.getVersion() == 5)
PrologueEnd += 2;
OpenPOWER on IntegriCloud