1. In New 5.19(?): Property Entries, replace paragraph one and two with: > >[non-norm] Some object-oriented languages, such as Pascal and Objective-C, have properties, which are variable- or data member-like entities that can occur in an interface or as a data-member of a class or as a global entity of a unit. The value of a property can be retrieved or set by optional user-defined subprograms that are implicitly called for syntactically normal fetch or assignment operations (allowing both read-only and write-only semantics). > >A property is represented by a debugging information entry with the tag `DW_TAG_property`. A property entry has a `DW_AT_name` attribute whose value is null-terminated string containing the property name. > >A property entry has a `DW_AT_type` attribute to denote the type of that property. 2. In paragraph 6, insert "the" before "property's parent entry". 1. In paragraph 8, change "a" to "an" before "access declaration". 1. In paragraph 8 and following example, AGAIN PLEASE change the name "a" to something that cannot be misread as an article. 1. In Table A.1, new entries are needed for all of the new DIEs, not just 'DW_TAG_property'. (I think md garbled this so bad I can't tell what is included!)