Bug 99278 - typo in diagnostic: 'may reade'
Summary: typo in diagnostic: 'may reade'
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 11.0
: P3 normal
Target Milestone: ---
Assignee: Marek Polacek
URL:
Keywords: diagnostic
Depends on:
Blocks: trivial_translation_nits
  Show dependency treegraph
 
Reported: 2021-02-26 00:00 UTC by Roland Illig
Modified: 2021-02-27 16:41 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2021-02-26 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Illig 2021-02-26 00:00:10 UTC
builtins.c says:
> "%K%qD may reade %E byte from a region "
> "of size %E"

'may reade' should be 'may read'
Comment 1 Marek Polacek 2021-02-26 00:04:25 UTC
I'll fix it.
Comment 2 Roland Illig 2021-02-26 00:07:02 UTC
Another trivial typo, also in builtins.c: 'epecting' should be 'expecting'
Comment 3 Marek Polacek 2021-02-26 00:09:53 UTC
Ack, will fix that too, thanks!
Comment 4 Roland Illig 2021-02-26 00:23:05 UTC
And another one: 'expectting'
Comment 5 Marek Polacek 2021-02-26 02:39:43 UTC
Fixed by 97989a2220c876113ccdfcad5ed247c8efbe1cf0.