mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix spelling/wording issues
Most (but not all) of these were found by using codespell --builtin clear,rare,usage,informal,code,names but not everything reported by that was fixed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -65,7 +65,7 @@ struct _SyncTrigger {
|
||||
SyncObject *pSync;
|
||||
int64_t 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 */
|
||||
int64_t test_value; /* trigger event threshold value */
|
||||
Bool (*CheckTrigger)(struct _SyncTrigger *pTrigger,
|
||||
int64_t newval);
|
||||
|
||||
Reference in New Issue
Block a user