diff mbox series

[pushed] wwwdocs: gcc-14: Fix markup in avr section.

Message ID 20240214003210.CFF7F33E20@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-14: Fix markup in avr section. | expand

Commit Message

Gerald Pfeifer Feb. 14, 2024, 12:32 a.m. UTC
In addition, I believe it might be good to rephrase that sentence. Do you 
mean "the linker will not pull in that code from ... any more"?

Gerald

---
 htdocs/gcc-14/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index cd5f5157..6ac7c8b1 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -390,7 +390,7 @@  a work-in-progress.</p>
 	can be used:<pre>
 __asm (".global __flmap_lock"  "\n\t"
        "__flmap_lock = 1");</pre></li>
-      <li>When you do not want the code from&nbsp#931, then define global
+      <li>When you do not want the code from&nbsp;#931, then define global
 	symbol <code>__do_flmap_init</code> and the linker will no more drag
 	that code from <code>lib<var>mcu</var>.a</code>.</li>
       <li>In order to return to the old placement of read-only data in RAM,