Explorar o código

* spelling fixed

florian %!s(int64=2) %!d(string=hai) anos
pai
achega
b797bbf5dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/dbgdwarfconst.pas

+ 1 - 1
compiler/dbgdwarfconst.pas

@@ -34,7 +34,7 @@ type
     DW_TAG_imported_declaration := $08,DW_TAG_label := $0a,
     DW_TAG_lexical_block := $0b,DW_TAG_member := $0d,
     DW_TAG_pointer_type := $0f,DW_TAG_reference_type := $10,
-    DW_TAG_compile_unit := $11,DW_TAG_stringtypee := $12,
+    DW_TAG_compile_unit := $11,DW_TAG_string_type := $12,
     DW_TAG_structure_type := $13,DW_TAG_subroutine_type := $15,
     DW_TAG_typedef := $16,DW_TAG_union_type := $17,
     DW_TAG_unspecified_parameters := $18,