https://gcc.gnu.org/g:c6ede22d00dbee2c59db7da958e99c415a4b9d5c
commit r17-1097-gc6ede22d00dbee2c59db7da958e99c415a4b9d5c Author: Dhruv Chawla <[email protected]> Date: Tue May 19 12:55:00 2026 +0000 bfin: Fix typo in bfin.cc Signed-off-by: Dhruv Chawla <[email protected]> gcc/ChangeLog: * config/bfin/bfin.cc (bfin_function_ok_for_sibcall): Fix typos. Diff: --- 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 48d49371e795..c8511dde7a98 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)
