From: Dhruv Chawla <[email protected]>

Signed-off-by: Dhruv Chawla <[email protected]>

gcc/ChangeLog:

        * config/bfin/bfin.cc (bfin_function_ok_for_sibcall): Fix typos.
---
 gcc/config/bfin/bfin.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/bfin/bfin.cc b/gcc/config/bfin/bfin.cc
index 48d49371e79..c8511dde7a9 100644
--- a/gcc/config/bfin/bfin.cc
+++ b/gcc/config/bfin/bfin.cc
@@ -1816,7 +1816,7 @@ bfin_function_ok_for_sibcall (tree decl ATTRIBUTE_UNUSED,
 
   /* When compiling for ID shared libraries, can't sibcall a local function
      from a non-local function, because the local function thinks it does
-     not need to reload P5 in the prologue, but the sibcall wil pop P5 in the
+     not need to reload P5 in the prologue, but the sibcall will pop P5 in the
      sibcall epilogue, and we end up with the wrong value in P5.  */
 
   if (!decl)
-- 
2.43.0

Reply via email to