From a7b2edab0446c85fb0d9a3199f3dec47837c070c Mon Sep 17 00:00:00 2001
From: Kyrylo Tkachov <ktkachov@nvidia.com>
Date: Wed, 30 Apr 2025 14:41:11 +0200
Subject: [PATCH] [AArch64] changes.html: Fix typo

Signed-off-by: Kyrylo Tkachov <ktkachov@nvidia.com>
---
 htdocs/gcc-15/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 3a62609a..f112af58 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -855,7 +855,7 @@ structure used in <code>core 1.49</code>
     <code>-march</code> and related source-level constructs
     (GCC identifiers in parentheses):
     <ul>
-      <li>Armv9.5-A (<code>arm9.5-a</code>)</li>
+      <li>Armv9.5-A (<code>armv9.5-a</code>)</li>
     </ul>
   </li>
   <li>The following CPUs are now supported by <code>-mcpu</code>,
-- 
2.39.3 (Apple Git-146)

