RFR: 8320119: GenShen: Correct misspellings of parsable
Y. Srinivas Ramakrishna
ysr at openjdk.org
Wed Nov 15 17:21:27 UTC 2023
On Wed, 15 Nov 2023 01:47:37 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:
> Not sure it is necessary to change spelling: https://en.wiktionary.org/wiki/parseable
That's interesting and informative! I didn't know that.
Still, may be the slight harmonizing towards the more common spelling won't really hurt, I think:
% find . -type f -name "*pp" | xargs grep -i parseable | wc -l
21
% find . -type f -name "*pp" | xargs grep -i parsable | wc -l
123
Although to your point, the work will not likely ever be complete: :-)
% find . -type f -name "*.java" | xargs grep -i parsable | wc -l
268
% find . -type f -name "*.java" | xargs grep -i parseable | wc -l
91
-------------
PR Comment: https://git.openjdk.org/shenandoah/pull/358#issuecomment-1812947690
More information about the shenandoah-dev
mailing list