On Jul 21, 2013, at 11:31 AM, Mike Stump <[email protected]> wrote:
> On Jul 21, 2013, at 7:32 AM, Ondřej Bílka <[email protected]> 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.