summaryrefslogtreecommitdiff
path: root/include/X11/extensions/syncstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/extensions/syncstr.h')
-rw-r--r--include/X11/extensions/syncstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/syncstr.h b/include/X11/extensions/syncstr.h
index 4e8db1b..43cdcba 100644
--- a/include/X11/extensions/syncstr.h
+++ b/include/X11/extensions/syncstr.h
@@ -100,7 +100,7 @@ typedef struct _SyncTrigger {
SyncCounter *pCounter;
CARD64 wait_value; /* wait value */
unsigned int value_type; /* Absolute or Relative */
- unsigned int test_type; /* transition or Comparision type */
+ unsigned int test_type; /* transition or Comparison type */
CARD64 test_value; /* trigger event threshold value */
Bool (*CheckTrigger)(
struct _SyncTrigger * /*pTrigger*/,