Re: [Mesa-dev] [PATCHv2] Remove wrongly repeated words in comments

2016-06-23 Thread Jason Ekstrand
On Jun 23, 2016 6:33 AM, "Giuseppe Bilotta" wrote: > > Clean up misrepetitions ('if if', 'the the' etc) found throughout the > comments. This has been done manually, after grepping > case-insensitively for duplicate if, is, the, then, do, for, an > > v2: > * proper commit message and non-joke

[Mesa-dev] [PATCHv2] Remove wrongly repeated words in comments

2016-06-23 Thread Giuseppe Bilotta
Clean up misrepetitions ('if if', 'the the' etc) found throughout the comments. This has been done manually, after grepping case-insensitively for duplicate if, is, the, then, do, for, an v2: * proper commit message and non-joke title; * replace two 'as is' followed by 'is' to 'as-is'. Si