diff options
Diffstat (limited to 'progs/xdemos/glxgears.c')
-rw-r--r-- | progs/xdemos/glxgears.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index 40d2f2fc3d..ad7db9ee01 100644 --- a/progs/xdemos/glxgears.c +++ b/progs/xdemos/glxgears.c @@ -648,7 +648,7 @@ main(int argc, char *argv[]) printf(" -display displayName Specify X display\n"); printf(" -info Display GL information\n"); printf(" -swap N Swap no more than once per N vertical refreshes\n"); - printf(" -forcgetrate Try to use glXGetMscRateOML function\n"); + printf(" -forcegetrate Try to use glXGetMscRateOML function\n"); return 0; } } |