[PATCH 09/18] xfree86: fix spelling mistakes

Eric Engestrom eric at engestrom.ch
Mon Apr 11 22:20:47 UTC 2016


On Fri, Apr 08, 2016 at 11:47:33AM -0400, Adam Jackson wrote:
> On Sat, 2016-04-02 at 19:53 +0100, Eric Engestrom wrote:
> 
> > index 5391b72..221c631 100755
> > --- a/hw/xfree86/sdksyms.sh
> > +++ b/hw/xfree86/sdksyms.sh
> > @@ -389,7 +389,7 @@ BEGIN {
> >  		getline;
> >  	}
> >  
> > -	# dont modify $0 or $n
> > +	# don't modify $0 or $n
> >  	symbol = $n;
> >  
> >  	# remove starting non word chars
> 
> This breaks the build, that comment is in the middle of an inline awk
> script encased in single-quotes, adding the apostrophe terminates the
> script early. You want "do not".
> 
> - ajax

Yes, it looks like I didn't proof-read enough (cf. your other comments),
and I obviously didn't test anything (I was only changing comments and
strings, what could go wrong? :P)

I'll fix all that up and resend those 3 patches in the next few days.

Cheers,
Eric


More information about the xorg-devel mailing list