From: Dhruv Chawla <[email protected]>

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.
---
 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 bdba17091e7..06ecad87d90 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 0967b21d4e2..c1cc5e16d22 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)
-- 
2.43.0

Reply via email to