diff options
| author | Mark Wielaard <[email protected]> | 2012-07-24 13:20:41 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2012-07-26 10:19:14 +0200 |
| commit | c4010b8194a458d4e12f86c0b05327126199ff60 (patch) | |
| tree | 073412bcb8b70e189b3e9e992153eb18b02d3626 /libdw/dwarf.h | |
| parent | df9ec3f0ee0fb17ae9d78f8b0d843bf80896d8bb (diff) | |
Correct spelling of DW_LANG_ObjC in dwarf.h.
Fix usage in dwarf_aggregate_size.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libdw/dwarf.h')
| -rw-r--r-- | libdw/dwarf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/dwarf.h b/libdw/dwarf.h index a3e028c8..d6ec1318 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -572,7 +572,7 @@ enum DW_LANG_Ada95 = 0x000d, /* ISO Ada:1995 */ DW_LANG_Fortran95 = 0x000e, /* ISO Fortran 95 */ DW_LANG_PL1 = 0x000f, /* ISO PL/1:1976 */ - DW_LANG_Objc = 0x0010, /* Objective-C */ + DW_LANG_ObjC = 0x0010, /* Objective-C */ DW_LANG_ObjC_plus_plus = 0x0011, /* Objective-C++ */ DW_LANG_UPC = 0x0012, /* Unified Parallel C */ DW_LANG_D = 0x0013, /* D */ |
