Skip to content

Commit f5477b7

Browse files
committed
Trivial typo corrections.
modified: libdwarf.mm
1 parent 89966be commit f5477b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/libdwarf.mm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8283,7 +8283,6 @@ means this is an uninteresting (Dwarf_Global).
82838283
The function operates as described in
82848284
\f(CWdwarf_global_name_offsets\fP
82858285
above.
8286-
.H 3
82878286
.H 3 "Accelerated Access Funcnames (static functions)"
82888287
This section is SGI specific and is not part of standard DWARF.
82898288
.P
@@ -8670,7 +8669,7 @@ void examfuncdname(Dwarf_Debug dbg)
86708669
is passed in returns information on the
86718670
error through that pointer.
86728671

8673-
.H 3 " dwarf_dnames_sizes()"
8672+
.H 3 "dwarf_dnames_sizes()"
86748673
.DS
86758674
\f(CW int dwarf_dnames_sizes(Dwarf_Dnames_Head dn,
86768675
/* The counts are entry counts, not byte sizes. */
@@ -8715,7 +8714,7 @@ void examfuncdname(Dwarf_Debug dbg)
87158714
for the motivation of this function.
87168715

87178716

8718-
.H 3 " dwarf_dnames_bucket()"
8717+
.H 3 "dwarf_dnames_bucket()"
87198718
.DS
87208719
\f(CW int dwarf_dnames_bucket(
87218720
Dwarf_Dnames_Head dn,
@@ -8729,7 +8728,7 @@ void examfuncdname(Dwarf_Debug dbg)
87298728
Allows retrieving the data
87308729
for hash buckets.
87318730

8732-
.H 3 " dwarf_dnames_name()"
8731+
.H 3 "dwarf_dnames_name()"
87338732
.DS
87348733
\f(CW int dwarf_dnames_bucket(
87358734
Dwarf_Dnames_Head dn,
@@ -8745,7 +8744,7 @@ void examfuncdname(Dwarf_Debug dbg)
87458744
Allows retrieving the data
87468745
about names and signatures.
87478746

8748-
.H 3 " dwarf_dnames_cu_table()"
8747+
.H 3 "dwarf_dnames_cu_table()"
87498748
.DS
87508749
\f(CW int dwarf_dnames_cu_table(
87518750
Dwarf_Dnames_Head dn,

0 commit comments

Comments
 (0)