mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
glxgears: No, really. Fix the dyslexia.
This commit is contained in:
parent
24ff169486
commit
5b5ddfb89c
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ query_vsync(Display *dpy)
|
|||
if (interval == 1) {
|
||||
printf("approximately the same as the monitor refresh rate.\n");
|
||||
} else if (interval > 1) {
|
||||
printf("approximately 1/%d the montior refresh rate.\n",
|
||||
printf("approximately 1/%d the monitor refresh rate.\n",
|
||||
interval);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue