[Bug other/16615] throughout gcc docu and code numerous "can not"'s appear
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 24 04:42:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16615
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |documentation
Last reconfirmed|2005-01-16 01:24:20 |2017-7-24
CC| |egallager at gcc dot gnu.org
--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Georg Schwarz from comment #0)
> Throughout gcc documentation and code "cannot" is wrongly spelled as "can
> not". The following command executed in the source root reveals the affected
> files:
> find . -type f -print | xargs grep -i "can not"| awk -F: '{print $1}'|uniq
>
> Please change the text into "cannot". Thanks.
Adding a 'wc -l' to the end of that pipeline shows that 375 are affected.
More information about the Gcc-bugs
mailing list