mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 13:00:09 +01:00
Fix typo.
This commit is contained in:
parent
cc40918422
commit
e776efc2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1253,7 +1253,7 @@ static Bool dmxCompareScreens(DMXScreenInfo *new,
|
|||
{
|
||||
int j;
|
||||
|
||||
old = dmxScreens; /* each new screen must much the first screen */
|
||||
old = dmxScreens; /* each new screen must match the first screen */
|
||||
|
||||
if (new->beDepth != old->beDepth)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue