diff mbox series

[pushed] wwwdocs: gcc-12: Fix typo

Message ID 20240517212754.81C1533EB3@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-12: Fix typo | expand

Commit Message

Gerald Pfeifer May 17, 2024, 9:27 p.m. UTC
---
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 8a0347e3..0cfa12eb 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -903,7 +903,7 @@  function Multiply (S1, S2 : Sign) return Sign is
     announcement</a></li>
     <li>New ISA extension support for zba, zbb, zbc, zbs was added.</li>
     <li>New ISA extension support for vector and scalar crypto was added, only
-	support architecture testing marco and <code>-march=</code> parsing.</li>
+	support architecture testing macro and <code>-march=</code> parsing.</li>
     <li>The option <code>-mtune=thead-c906</code> is added to tune for T-HEAD
 	c906 cores.</li>
     <li>libstdc++ no longer attempts to detect built-in atomics.