Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com>
gcc/ChangeLog:
* config/bfin/bfin.cc (bfin_function_ok_for_sibcall): Fix typos.
/* 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)