[PATCH 09/18] xfree86: fix spelling mistakes
Adam Jackson
ajax at nwnk.net
Fri Apr 8 15:47:33 UTC 2016
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
More information about the xorg-devel
mailing list