mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-22 01:10:32 +01:00
Fix dyslexia. (cherry picked from commit 9d6880ec8d)
This commit is contained in:
parent
9556d870a1
commit
842baa29cb
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ query_vsync(Display *dpy)
|
|||
if (interval > 0) {
|
||||
printf("Running synchronized to the vertical refresh. The framerate should be\n");
|
||||
if (interval == 1) {
|
||||
printf("approximately the same as the montior refresh rate.\n");
|
||||
printf("approximately the same as the monitor refresh rate.\n");
|
||||
} else if (interval > 1) {
|
||||
printf("approximately 1/%d the montior refresh rate.\n",
|
||||
interval);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue