diff mbox series

[pushed] wwwdocs: gcc-14: Fix typo in AVR section

Message ID 20240214004044.BD79C33EA6@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-14: Fix typo in AVR section | expand

Commit Message

Gerald Pfeifer Feb. 14, 2024, 12:40 a.m. UTC
Note that <nobr> is not part of current HTML standards; can we simply 
remove it?

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

Comments

Georg-Johann Lay Feb. 14, 2024, 9:38 a.m. UTC | #1
Am 14.02.24 um 01:40 schrieb Gerald Pfeifer:
> Note that <nobr> is not part of current HTML standards; can we simply
> remove it?

Hi Gerald,

thanks for looking into this.

The <nobr> is not strictly needed, I just has the case that
"-Wl,--defsym,__RODATA_FLASH_START__=32k" had a line-break in it.

> 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"?

Yes.  When the symbol is satisfied by --defsym, then the code is not
dragged or pulled from that static lib.  I am not a native speaker,
and it is great when you fix any awkward formulations or grammar.

Thanks a lot

Johann

> Gerald
> ---
>   htdocs/gcc-14/changes.html | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
> index 6ac7c8b1..92bd0a7b 100644
> --- a/htdocs/gcc-14/changes.html
> +++ b/htdocs/gcc-14/changes.html
> @@ -370,7 +370,7 @@ a work-in-progress.</p>
>   	precedence over <code>__flmap</code>.
>   	For example, linking with
>   	<nobr><code>-Wl,--defsym,__RODATA_FLASH_START__=32k</code></nobr>
> -	choses the second 32&nbsp;KiB block.</li>
> +	chooses the second 32&nbsp;KiB block.</li>
>         <li>The default uses the last 32&nbsp;KiB block, which is also the
>   	hardware default for bit-field <code>NVMCTRL_CTRLB.FLMAP</code>.</li>
>         <li>When a non-default block is used,
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 6ac7c8b1..92bd0a7b 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -370,7 +370,7 @@  a work-in-progress.</p>
 	precedence over <code>__flmap</code>.
 	For example, linking with
 	<nobr><code>-Wl,--defsym,__RODATA_FLASH_START__=32k</code></nobr>
-	choses the second 32&nbsp;KiB block.</li>
+	chooses the second 32&nbsp;KiB block.</li>
       <li>The default uses the last 32&nbsp;KiB block, which is also the
 	hardware default for bit-field <code>NVMCTRL_CTRLB.FLMAP</code>.</li>
       <li>When a non-default block is used,