https://gcc.gnu.org/g:031682b524a46f54a545fb16c392364ba823159c
commit r17-1101-g031682b524a46f54a545fb16c392364ba823159c Author: Dhruv Chawla <[email protected]> Date: Tue May 19 12:58:33 2026 +0000 epiphany: Fix typos in various files Signed-off-by: Dhruv Chawla <[email protected]> gcc/ChangeLog: * config/epiphany/epiphany.cc (epiphany_expand_epilogue): Fix typos. * config/epiphany/resolve-sw-modes.cc: Likewise. Diff: --- gcc/config/epiphany/epiphany.cc | 2 +- gcc/config/epiphany/resolve-sw-modes.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/epiphany/epiphany.cc b/gcc/config/epiphany/epiphany.cc index bdba17091e72..06ecad87d904 100644 --- a/gcc/config/epiphany/epiphany.cc +++ b/gcc/config/epiphany/epiphany.cc @@ -1922,7 +1922,7 @@ epiphany_expand_epilogue (int sibcall_p) mem = gen_frame_mem (BLKmode, stack_pointer_rtx); /* For large / variable size frames, deallocating the register save area is joint with one register restore; for medium size frames, we use a - dummy post-increment load to dealloacte the whole frame. */ + dummy post-increment load to deallocate the whole frame. */ if (!SIMM11 (INTVAL (off)) || current_frame_info.last_slot >= 0) { emit_insn (gen_stack_adjust_ldr diff --git a/gcc/config/epiphany/resolve-sw-modes.cc b/gcc/config/epiphany/resolve-sw-modes.cc index 0967b21d4e2c..c1cc5e16d22c 100644 --- a/gcc/config/epiphany/resolve-sw-modes.cc +++ b/gcc/config/epiphany/resolve-sw-modes.cc @@ -68,7 +68,7 @@ public: If only one rounding mode is required, select that one. Else we have to choose one to use in this mode setting insn and insert new mode setting insns on the edges where the other mode - becomes unambigous. */ + becomes unambiguous. */ unsigned pass_resolve_sw_modes::execute (function *fun)
