summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxxabi/src/Unwind/dwarf2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxxabi/src/Unwind/dwarf2.h b/libcxxabi/src/Unwind/dwarf2.h
index 3b785874023..0dcd2ca99ba 100644
--- a/libcxxabi/src/Unwind/dwarf2.h
+++ b/libcxxabi/src/Unwind/dwarf2.h
@@ -17,7 +17,7 @@
#ifndef __DWARF2__
#define __DWARF2__
-// dwarf unwind instructions
+// DWARF unwind instructions
enum {
DW_CFA_nop = 0x0,
DW_CFA_set_loc = 0x1,
@@ -54,7 +54,7 @@ enum {
// FSF exception handling Pointer-Encoding constants
-// Used in CFI augmentation by gcc compiler
+// Used in CFI augmentation by GCC
enum {
DW_EH_PE_ptr = 0x00,
DW_EH_PE_uleb128 = 0x01,
@@ -77,7 +77,7 @@ enum {
};
-// DWARF expressions
+// DWARF expressions
enum {
DW_OP_addr = 0x03, // constant address (size target specific)
DW_OP_deref = 0x06,
OpenPOWER on IntegriCloud