]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bfin: Fix typo in bfin.cc
authorDhruv Chawla <dhruvc@nvidia.com>
Tue, 19 May 2026 12:55:00 +0000 (12:55 +0000)
committerDhruv Chawla <dhruvc@nvidia.com>
Mon, 1 Jun 2026 15:55:17 +0000 (21:25 +0530)
Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com>
gcc/ChangeLog:

* config/bfin/bfin.cc (bfin_function_ok_for_sibcall): Fix typos.

gcc/config/bfin/bfin.cc

index 48d49371e795ff51420e7bca8ce207326885b941..c8511dde7a98f11e9cf6fcf20539e7d2882c0009 100644 (file)
@@ -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)