diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-23 02:14:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-23 02:14:21 +0000 |
commit | 436d9e46434ecc4ee860265c8f7f8c11bcb9904f (patch) | |
tree | c57081487c533cd788022128c35de3b59af0d72d /gas/dwarf2dbg.c | |
parent | 35bb18ac33578e5591761b842e1f6d1cab6e89ab (diff) | |
download | gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.zip gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.tar.gz gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.tar.bz2 |
* README-vms: Fix comment typos.
* as.h: Likewise.
* dwarf2dbg.c: Likewise.
* ecoff.c: Likewise.
* hash.c: Likewise.
* listing.c: Likewise.
* write.c: Likewise.
Diffstat (limited to 'gas/dwarf2dbg.c')
-rw-r--r-- | gas/dwarf2dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index 8a232c5..984bb71 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.c @@ -247,7 +247,7 @@ get_line_subseg (segT seg, subsegT subseg) return ss; } -/* Record an entry for LOC ocurring at OFS within the current fragment. */ +/* Record an entry for LOC occurring at OFS within the current fragment. */ void dwarf2_gen_line_info (addressT ofs, struct dwarf2_line_info *loc) |