diff options
| author | Matt Davis <Matthew.Davis@sony.com> | 2018-12-20 00:01:57 +0000 |
|---|---|---|
| committer | Matt Davis <Matthew.Davis@sony.com> | 2018-12-20 00:01:57 +0000 |
| commit | 87b2268c0c02dbdd9526c881a6e03c2a8800d446 (patch) | |
| tree | 46110933fc9366d9cf9cb55a040eb35f9f445f33 | |
| parent | 9bd5a4661cdfd11ae37dadc8758d27e4d9fd903c (diff) | |
| download | bcm5719-llvm-87b2268c0c02dbdd9526c881a6e03c2a8800d446.tar.gz bcm5719-llvm-87b2268c0c02dbdd9526c881a6e03c2a8800d446.zip | |
[DwarfExpression] Fix a typo in a doxygen comment. NFC.
llvm-svn: 349703
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h index d47c4d1d296..91568ba6d10 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h @@ -190,7 +190,7 @@ protected: /// DW_OP_stack_value. Unfortunately, DW_OP_stack_value was not available /// until DWARF 4, so we will continue to generate DW_OP_constu <const> for /// DWARF 2 and DWARF 3. Technically, this is incorrect since DW_OP_const - /// <const> actually describes a value at a constant addess, not a constant + /// <const> actually describes a value at a constant address, not a constant /// value. However, in the past there was no better way to describe a /// constant value, so the producers and consumers started to rely on /// heuristics to disambiguate the value vs. location status of the |

