[PATCH] mi: fix typo in warning about overflowing queue

Alan Coopersmith alan.coopersmith at oracle.com
Thu Jul 2 11:28:44 PDT 2015


On 07/ 2/15 11:16 AM, Julien Cristau wrote:
> Debian bug#726041
>
> Reported-by: Vincent Hobeïka <vincent.hobeika at gmail.com>
> Signed-off-by: Julien Cristau <jcristau at debian.org>
> ---
>   mi/mieq.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mi/mieq.c b/mi/mieq.c
> index 8907a6e..b7be193 100644
> --- a/mi/mieq.c
> +++ b/mi/mieq.c
> @@ -599,7 +599,7 @@ mieqProcessInputEvents(void)
>           ErrorF("[mi] EQ processing has resumed after %lu dropped events.\n",
>                  (unsigned long) miEventQueue.dropped);
>           ErrorF
> -            ("[mi] This may be caused my a misbehaving driver monopolizing the server's resources.\n");
> +            ("[mi] This may be caused by a misbehaving driver monopolizing the server's resources.\n");
>           miEventQueue.dropped = 0;
>       }

Heh, it only took a minute of starting to see the subtle change of "my" to "by".

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list