Hello world,

I just committed the following patch after noticing that an option name
was wrong in the gcc15/changes.html file.

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index d851a744..b442b8d9 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -738,7 +738,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
is not affected, because it provides backwards compatibility with the
       older ABI.</li>
   <li>
-    The <code>-Wexternal-interface-mismatch</code> option has been
+    The <code>-Wexternal-arguments-mismatch</code> option has been
     added.  This checks for mismatches between the argument lists in
     dummy external arguments, and is implied by <code>-Wall</code>
     and <code>-fc-prototypes-external</code> options.

Reply via email to