]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
or1k: Fix typos in various files
authorDhruv Chawla <dhruvc@nvidia.com>
Wed, 20 May 2026 11:52:49 +0000 (11:52 +0000)
committerDhruv Chawla <dhruvc@nvidia.com>
Mon, 1 Jun 2026 15:55:20 +0000 (21:25 +0530)
Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com>
gcc/ChangeLog:

* config/or1k/or1k.cc (or1k_strict_argument_naming): Fix typos.
(or1k_print_operand_address): Likewise.
* config/or1k/or1k.md: Likewise.

gcc/config/or1k/or1k.cc
gcc/config/or1k/or1k.md

index 66fd784f8b91f41f820632f69daa870a4230488a..f1ecf21c6e2d97acd8da6f030baa26d24384a91d 100644 (file)
@@ -1032,7 +1032,7 @@ or1k_strict_argument_naming (cumulative_args_t /* ca */)
 
 /* Worker for TARGET_FUNCTION_ARG.
    Return the next register to be used to hold a function argument or NULL_RTX
-   if there's no more space.  Arugment CUM_V represents the current argument
+   if there's no more space.  Argument CUM_V represents the current argument
    offset, zero for the first function argument.  OpenRISC function arguments
    maybe be passed in registers r3 to r8.  */
 
@@ -1215,7 +1215,7 @@ or1k_print_operand_address (FILE *file, machine_mode, rtx addr)
 
 /* Worker for TARGET_PRINT_OPERAND.
    Print operand X, an RTX, to the file FILE.  The output is formed as expected
-   by the OpenRISC assember.  CODE is the letter following a '%' in an
+   by the OpenRISC assembler.  CODE is the letter following a '%' in an
    instrunction template used to control the RTX output.  Example(s):
 
      CODE   RTX                   OUTPUT     COMMENT
index d3fbb209be705ca30bbc10bc4478df649931182b..7ab7f02bc5d59ea64ce80bfe1476625267b67336 100644 (file)
 ;; avoids 'convert_mode_scalar' from trying to do subregging
 ;; which we don't have support for.
 ;; We require signed and unsigned extend instructions because
-;; signed comparisons require signed extention, but for SR_F
+;; signed comparisons require signed extension, but for SR_F
 ;; it doesn't matter.
 
 (define_expand "zero_extendbisi2_sr_f"
   DONE;
 })
 
-;; This is a placeholder, during RA, in order to create the PIC regiter.
+;; This is a placeholder, during RA, in order to create the PIC register.
 ;; We do this so that we don't unconditionally mark the LR register as
 ;; clobbered.  It is replaced during prologue generation with the proper
 ;; set_got pattern below.  This works because the set_got_tmp insn is the
 ;; Atomic Operations
 ;; -------------------------------------------------------------------------
 
-;; Note that MULT stands in for the non-existant NAND rtx_code.
+;; Note that MULT stands in for the non-existent NAND rtx_code.
 (define_code_iterator FETCHOP [plus minus ior xor and mult])
 
 (define_code_attr fetchop_name