mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 07:50:05 +01:00
mi: fix typo in warning about overflowing queue
Debian bug#726041
Reported-by: Vincent Hobeïka <vincent.hobeika@gmail.com>
Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit ac94cdb9df)
This commit is contained in:
parent
df4f69d462
commit
b46ff18b24
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue