From: Matt Davis Date: Thu, 20 Dec 2018 00:01:57 +0000 (+0000) Subject: [DwarfExpression] Fix a typo in a doxygen comment. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=722838d767d3f758e537c154816d43345b1ed197;p=llvm [DwarfExpression] Fix a typo in a doxygen comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349703 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfExpression.h b/lib/CodeGen/AsmPrinter/DwarfExpression.h index d47c4d1d296..91568ba6d10 100644 --- a/lib/CodeGen/AsmPrinter/DwarfExpression.h +++ b/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 for /// DWARF 2 and DWARF 3. Technically, this is incorrect since DW_OP_const - /// actually describes a value at a constant addess, not a constant + /// 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