projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b77a1c
)
fix typo
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 9 Apr 2003 22:50:52 +0000
(22:50 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 9 Apr 2003 22:50:52 +0000
(22:50 +0000)
progs/xdemos/glxgears.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glxgears.c
b/progs/xdemos/glxgears.c
index 40d2f2fc3d92f74eb2cb34ce6374a2eef75557f5..ad7db9ee015b20b1deca0f442eacd6920e552d51 100644
(file)
--- 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(" -forc
getrate
Try to use glXGetMscRateOML function\n");
+ printf(" -forc
egetrate
Try to use glXGetMscRateOML function\n");
return 0;
}
}