public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6354] aarch64: Fix typo in comment for aarch64_abs<mode>
@ 2023-02-27 10:00 Kyrylo Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrylo Tkachov @ 2023-02-27 10:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:16cfd803db832dffe718fd88df78b7b203d8c791

commit r13-6354-g16cfd803db832dffe718fd88df78b7b203d8c791
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Mon Feb 27 09:59:10 2023 +0000

    aarch64: Fix typo in comment for aarch64_abs<mode>
    
    gcc/ChangeLog:
    
            * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): Fix typo in comment.

Diff:
---
 gcc/config/aarch64/aarch64-simd.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md
index dd5eed387f2..772dd7693b3 100644
--- a/gcc/config/aarch64/aarch64-simd.md
+++ b/gcc/config/aarch64/aarch64-simd.md
@@ -840,7 +840,7 @@
 )
 
 ;; The intrinsic version of integer ABS must not be allowed to
-;; combine with any operation with an integerated ABS step, such
+;; combine with any operation with an integrated ABS step, such
 ;; as SABD.
 (define_insn "aarch64_abs<mode>"
   [(set (match_operand:VSDQ_I_DI 0 "register_operand" "=w")

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-27 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 10:00 [gcc r13-6354] aarch64: Fix typo in comment for aarch64_abs<mode> Kyrylo Tkachov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).