summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2013-10-08 12:35:07 +0000
committerJoerg Sonnenberger <joerg@bec.de>2013-10-08 12:35:07 +0000
commit17814d74f7dcaea1ad817129e020724f002ddbd2 (patch)
treeae57be017ea1e9735395631dfc8ad1f02a8aa46a
parentb78da9875b6e35187b5d584746c78faaf3230a3d (diff)
downloadlibcxxabi_35a-17814d74f7dcaea1ad817129e020724f002ddbd2.tar.gz
Consistent spelling of names.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@192180 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--src/Unwind/dwarf2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Unwind/dwarf2.h b/src/Unwind/dwarf2.h
index 3b78587..0dcd2ca 100644
--- a/src/Unwind/dwarf2.h
+++ b/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,