diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-11 00:20:23 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-11 00:20:23 +0000 |
commit | dae39efcde3ab87345506472eb92e2745f4e8536 (patch) | |
tree | dd9f563a9189153b8e7a2d3d71c2577e726d60f8 /gcc/dwarf2out.c | |
parent | a803096302aeff495fe604df57d4cb56930835c5 (diff) | |
download | gcc-dae39efcde3ab87345506472eb92e2745f4e8536.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45531 138bc75d-0d04-0410-961f-82ee72b054a4
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 b366ecf5a4e..739e6297024 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. */ |