diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-06-16 15:19:03 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-10 12:32:13 -0800 |
commit | a9b3ddf3c990ff6100aa8151ce9e6131b925d5dd (patch) | |
tree | ce37de4ae0a41312c6f0fc19f50f8622a44fcf1e /include/X11/extensions/syncstr.h | |
parent | 641db34376d18ed5b76ff8883284bef4898d71be (diff) |
Assorted typo fixes in headers
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 95bc2ac..4e8db1b 100644 --- a/include/X11/extensions/syncstr.h +++ b/include/X11/extensions/syncstr.h @@ -155,7 +155,7 @@ typedef union { extern pointer SyncCreateSystemCounter( char * /* name */, - CARD64 /* inital_value */, + CARD64 /* initial_value */, CARD64 /* resolution */, SyncCounterType /* change characterization */, void (* /*QueryValue*/ ) ( |