diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 18:31:07 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:31:07 +0000 |
commit | 688010bad0375a275466ac1adb98aff80c0e77ac (patch) | |
tree | a89618804e203ad97b7210fd17da195393f4631f /gcc/dwarf2out.c | |
parent | 1aa95df74202a50ca17f06e738c8fae303450fdd (diff) | |
download | gcc-688010bad0375a275466ac1adb98aff80c0e77ac.zip gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.gz gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.bz2 |
Fix typos.
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* c-common.c: Fix typos.
* c-common.h: Likewise.
From-SVN: r201110
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 c3ae926..c341763 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -22703,7 +22703,7 @@ string_cst_pool_decl (tree t) of exprloc or after DW_OP_{,bit_}piece, and val_addr can't be resolved. Replace it (both DW_OP_addr and DW_OP_stack_value) with DW_OP_GNU_implicit_pointer if possible - and return true, if unsuccesful, return false. */ + and return true, if unsuccessful, return false. */ static bool optimize_one_addr_into_implicit_ptr (dw_loc_descr_ref loc) |