This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/*] Fix common typos.


On Jul 21, 2013, at 11:31 AM, Mike Stump <mikestump@comcast.net> wrote:
> On Jul 21, 2013, at 7:32 AM, OndÅej BÃlka <neleai@seznam.cz> wrote:
>> This is series of typo fixing patches.
> 
> I reviewed gcc/[a-i]* and checked in those I thought were trivial.

So, I checked in the potentially controversial thru -> through in gcc/ada.  I'll let the ada folks contemplate this and decide if they do in fact prefer thru in gcc/ada.  I'll just note that in a googlefight of gcc/*.[ch] and gcc/doc/*.texi, through does win out except for words like fall-thru and abbreviations in function names, in which it is entirely appropriate.  thru occurs 0 times, through occurs 1584 times.

Since I was doing google fights in the code:

up:gcc mrs$ grep '\<OK\>' *.[ch] doc/*.texi | grep -v _OK | wc -l
      95
up:gcc mrs$ grep '\<ok\>' *.[ch] doc/*.texi | grep -v _ok | wc -l
     286

:-)  I thought I would share.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]