diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2013-02-04 09:09:39 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2013-02-04 09:09:39 -0500 |
commit | b11976a700b443ceca4344e066188aedd99d130f (patch) | |
tree | 0246f4c6235c24f58447b2937dce4225aecc1eac | |
parent | 14597080a1f219bd10796c987e4a57ef26627895 (diff) | |
download | gcc-b11976a700b443ceca4344e066188aedd99d130f.zip gcc-b11976a700b443ceca4344e066188aedd99d130f.tar.gz gcc-b11976a700b443ceca4344e066188aedd99d130f.tar.bz2 |
typo
From-SVN: r195717
-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 75fea20..06cfb18 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -17874,7 +17874,7 @@ gen_subprogram_die (tree decl, dw_die_ref context_die) /* Compute a displacement from the "steady-state frame pointer" to the CFA. The former is what all stack slots and argument slots - will reference in the rtl; the later is what we've told the + will reference in the rtl; the latter is what we've told the debugger about. We'll need to adjust all frame_base references by this displacement. */ compute_frame_pointer_to_fb_displacement (cfa_fb_offset); |