diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-09-11 00:20:23 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-09-11 00:20:23 +0000 |
commit | fb530c07c16e5f5294341dd4675d833e951cf9a8 (patch) | |
tree | dd9f563a9189153b8e7a2d3d71c2577e726d60f8 /gcc/dwarf2out.c | |
parent | f280fdf44d1a1ef5f03d9429ff0b4704ac585765 (diff) | |
download | gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.zip gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.gz gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.bz2 |
dbxout.c (dbxout_parms): Fix typo in comment.
* dbxout.c (dbxout_parms): Fix typo in comment.
* unroll.c (loop_find_equiv_value): Ditto.
* toplev.c (rest_of_compilation): Ditto.
* loop.c (scan_loop): Ditto.
(scan_loop): Ditto.
* dwarf2out.c (struct dw_fde_struct): Ditto.
From-SVN: r45531
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index b366ecf..739e629 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -155,7 +155,7 @@ typedef struct cfa_loc /* All call frame descriptions (FDE's) in the GCC generated DWARF refer to a single Common Information Entry (CIE), defined at - the beginning of the .debug_frame section. This used of a single + the beginning of the .debug_frame section. This use of a single CIE obviates the need to keep track of multiple CIE's in the DWARF generation routines below. */ |