]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
alpha: Fix typos in various files
authorDhruv Chawla <dhruvc@nvidia.com>
Tue, 19 May 2026 12:43:32 +0000 (12:43 +0000)
committerDhruv Chawla <dhruvc@nvidia.com>
Mon, 1 Jun 2026 15:55:16 +0000 (21:25 +0530)
Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com>
gcc/ChangeLog:

* config/alpha/alpha.cc (alpha_pass_by_reference): Fix typos.
(alpha_reorg): Likewise.
* config/alpha/predicates.md: Likewise.

libgcc/ChangeLog:

* config/alpha/vms-unwind.h (alpha_vms_fallback_frame_state): Fix typos.

gcc/config/alpha/alpha.cc
gcc/config/alpha/predicates.md
libgcc/config/alpha/vms-unwind.h

index f81391bdff2d907ff398732dd48b298836a710ce..9b8433c5bb048d0f2313813b13ae57c64cbf6ab9 100644 (file)
@@ -6415,7 +6415,7 @@ alpha_pass_by_reference (cumulative_args_t, const function_arg_info &arg)
 
      This introduces sort of ABI incompatibility, but until _Float32 was
      introduced, C-family languages promoted 32-bit float variable arg to
-     a 64-bit double, and it was not allowed to pass float as a varible
+     a 64-bit double, and it was not allowed to pass float as a variable
      argument.  Passing _Complex float as a variable argument never
      worked on alpha.  Thus, we have no backward compatibility issues
      to worry about, and passing unpromoted _Float32 and _Complex float
@@ -10099,7 +10099,7 @@ static void
 alpha_reorg (void)
 {
   /* Workaround for a linker error that triggers when an exception
-     handler immediatelly follows a sibcall or a noreturn function.
+     handler immediately follows a sibcall or a noreturn function.
 
 In the sibcall case:
 
index b5ff4ab6dab729567cdf7fb63310606ae585d934..68e3ac69f2a1ffc28b23a463ff5778a336266c02 100644 (file)
     case CONST:
       if (TARGET_EXPLICIT_RELOCS)
        {
-         /* We don't split symbolic operands into something unintelligable
+         /* We don't split symbolic operands into something unintelligible
             until after reload, but we do not wish non-small, non-global
             symbolic operands to be reconstructed from their high/lo_sum
             form.  */
index 34ef0ba504ce6b54751281e779a05901e13037f8..a1b0d455f832e967b00bbe63dd9c18c33f92fc6e 100644 (file)
@@ -114,13 +114,13 @@ alpha_vms_fallback_frame_state (struct _Unwind_Context *context,
   fs->retaddr_column = RA_COLUMN;
 
   /* If PV designates a VMS exception vector or condition handler, we need to
-     do as if the caller was the signaling point and estabish the state of the
+     do as if the caller was the signaling point and establish the state of the
      intermediate VMS code (CFA, RA and saved register locations) as if it was
      a single regular function.  This requires special processing.
 
      The datastructures available from an condition dispatcher frame (signal
      context) do not contain the values of most callee-saved registers, so
-     whathever PV designates, we need to account for the registers it saves.
+     whatever PV designates, we need to account for the registers it saves.
 
      Besides, we need to express all the locations with respect to a
      consistent CFA value, so we compute this first.  */