aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/dwarfabbrev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmach/dwarfabbrev.c')
-rw-r--r--src/libmach/dwarfabbrev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libmach/dwarfabbrev.c b/src/libmach/dwarfabbrev.c
index 503d5149..24418ef3 100644
--- a/src/libmach/dwarfabbrev.c
+++ b/src/libmach/dwarfabbrev.c
@@ -2,7 +2,7 @@
* Dwarf abbreviation parsing code.
*
* The convention here is that calling dwarfgetabbrevs relinquishes
- * access to any abbrevs returned previously. Will have to add
+ * access to any abbrevs returned previously. Will have to add
* explicit reference counting if this turns out not to be acceptable.
*/
@@ -129,4 +129,3 @@ dwarfgetabbrev(Dwarf *d, ulong off, ulong num)
}
return findabbrev(a, na, num);
}
-