[llvm] r349703 - [DwarfExpression] Fix a typo in a doxygen comment. NFC.

Matt Davis via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 16:01:57 PST 2018


Author: mattd
Date: Wed Dec 19 16:01:57 2018
New Revision: 349703

URL: http://llvm.org/viewvc/llvm-project?rev=349703&view=rev
Log:
[DwarfExpression] Fix a typo in a doxygen comment. NFC.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfExpression.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfExpression.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfExpression.h?rev=349703&r1=349702&r2=349703&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfExpression.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfExpression.h Wed Dec 19 16:01:57 2018
@@ -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




More information about the llvm-commits mailing list