projects
/
free-sw
/
xcb
/
demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db1b7e
)
Fix typo in lissajoux: s/availaible/available/g.
author
Josh Triplett
<josh@freedesktop.org>
Mon, 17 Apr 2006 22:09:24 +0000
(15:09 -0700)
committer
Josh Triplett
<josh@freedesktop.org>
Mon, 17 Apr 2006 22:09:24 +0000
(15:09 -0700)
tests/lissajoux.c
patch
|
blob
|
history
diff --git
a/tests/lissajoux.c
b/tests/lissajoux.c
index
8059e57
..
ab58fc3
100644
(file)
--- a/
tests/lissajoux.c
+++ b/
tests/lissajoux.c
@@
-125,7
+125,7
@@
step (Data *datap)
}
}
-/* Return 0 if shm is not availa
i
ble, 1 otherwise */
+/* Return 0 if shm is not available, 1 otherwise */
void
shm_test (Data *datap)
{
@@
-201,7
+201,7
@@
main (int argc, char *argv[])
{
printf ("Usage: lissajoux try_shm\n");
printf (" try_shm == 0: shm not used\n");
- printf (" try_shm != 0: shm is used (if availa
i
ble)\n");
+ printf (" try_shm != 0: shm is used (if available)\n");
exit (0);
}
if (argc >= 2)