From 09602b2130b3710bcca4d2707132bd47d4a832ef Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 8 Aug 2020 10:32:28 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- include/X11/extensions/syncstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/X11/extensions/syncstr.h') 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*/, -- cgit v1.2.3