public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][committed] aarch64: Fix typo in comment for aarch64_abs<mode>
@ 2023-02-27 10:00 Kyrylo Tkachov
  2023-02-27 10:04 ` Kyrylo Tkachov
  0 siblings, 1 reply; 2+ messages in thread
From: Kyrylo Tkachov @ 2023-02-27 10:00 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 113 bytes --]

Pushing as obvious.

gcc/ChangeLog:

	* config/aarch64/aarch64.md (aarch64_abs<mode>): Fix typo in comment.

[-- Attachment #2: typo.patch --]
[-- Type: application/octet-stream, Size: 617 bytes --]

diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md
index 89e65700c2b9bfc2ec0ec556c2e95e30d0977080..ccf0b135c84e3876766777ff1337d5c5c10d351f 100644
--- a/gcc/config/aarch64/aarch64-simd.md
+++ b/gcc/config/aarch64/aarch64-simd.md
@@ -840,7 +840,7 @@ (define_insn "abs<mode>2"
 )
 
 ;; 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] 2+ messages in thread

* RE: [PATCH][committed] aarch64: Fix typo in comment for aarch64_abs<mode>
  2023-02-27 10:00 [PATCH][committed] aarch64: Fix typo in comment for aarch64_abs<mode> Kyrylo Tkachov
@ 2023-02-27 10:04 ` Kyrylo Tkachov
  0 siblings, 0 replies; 2+ messages in thread
From: Kyrylo Tkachov @ 2023-02-27 10:04 UTC (permalink / raw)
  To: gcc-patches



> -----Original Message-----
> From: Gcc-patches <gcc-patches-
> bounces+kyrylo.tkachov=arm.com@gcc.gnu.org> On Behalf Of Kyrylo
> Tkachov via Gcc-patches
> Sent: Monday, February 27, 2023 10:00 AM
> To: gcc-patches@gcc.gnu.org
> Subject: [PATCH][committed] aarch64: Fix typo in comment for
> aarch64_abs<mode>
> 
> Pushing as obvious.
> 
> gcc/ChangeLog:
> 
> 	* config/aarch64/aarch64.md (aarch64_abs<mode>): Fix typo in
> comment.

This entry should be about aarch64-simd.md (the git hook caught it out for me and I've fixed it in the pushed version)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-27 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 10:00 [PATCH][committed] aarch64: Fix typo in comment for aarch64_abs<mode> Kyrylo Tkachov
2023-02-27 10:04 ` 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).