diff mbox series

[committed] aarch64: Fix a typo

Message ID mpteeb95hqt.fsf@arm.com
State New
Headers show
Series [committed] aarch64: Fix a typo | expand

Commit Message

Richard Sandiford Aug. 4, 2021, 3:53 p.m. UTC
Tested on aarch64-linux-gnu and pushed.

Richard


gcc/
	* config/aarch64/aarch64.c: Fix a typo.
---
 gcc/config/aarch64/aarch64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c
index f80de2ca897..81c002ba0b0 100644
--- a/gcc/config/aarch64/aarch64.c
+++ b/gcc/config/aarch64/aarch64.c
@@ -15032,7 +15032,7 @@  aarch64_sve_in_loop_reduction_latency (vec_info *vinfo,
      scalar operation.
 
    - If VEC_FLAGS & VEC_ADVSIMD, return the loop carry latency of the
-     the Advanced SIMD implementation.
+     Advanced SIMD implementation.
 
    - If VEC_FLAGS & VEC_ANY_SVE, return the loop carry latency of the
      SVE implementation.