[libcxxabi] r192180 - Consistent spelling of names.
Joerg Sonnenberger
joerg at bec.de
Tue Oct 8 05:35:08 PDT 2013
Author: joerg
Date: Tue Oct 8 07:35:07 2013
New Revision: 192180
URL: http://llvm.org/viewvc/llvm-project?rev=192180&view=rev
Log:
Consistent spelling of names.
Modified:
libcxxabi/trunk/src/Unwind/dwarf2.h
Modified: libcxxabi/trunk/src/Unwind/dwarf2.h
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/Unwind/dwarf2.h?rev=192180&r1=192179&r2=192180&view=diff
==============================================================================
--- libcxxabi/trunk/src/Unwind/dwarf2.h (original)
+++ libcxxabi/trunk/src/Unwind/dwarf2.h Tue Oct 8 07:35:07 2013
@@ -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,
More information about the cfe-commits
mailing list