diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:32:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:33:56 -0700 |
commit | 09602b2130b3710bcca4d2707132bd47d4a832ef (patch) | |
tree | 675da52f5fd80b6b5019b7fbd3f49654374ce3fd /include/X11/extensions/syncstr.h | |
parent | a8ccf66bc924fb02c9e944f99e84d90958dd142f (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/extensions/syncstr.h')
-rw-r--r-- | include/X11/extensions/syncstr.h | 2 |
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*/, |