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/xtrapdi.h | |
parent | 641db34376d18ed5b76ff8883284bef4898d71be (diff) |
Assorted typo fixes in headers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/extensions/xtrapdi.h')
-rw-r--r-- | include/X11/extensions/xtrapdi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/X11/extensions/xtrapdi.h b/include/X11/extensions/xtrapdi.h index 26449bb..e26cb9c 100644 --- a/include/X11/extensions/xtrapdi.h +++ b/include/X11/extensions/xtrapdi.h @@ -112,7 +112,7 @@ typedef struct { CARD8 valid[4L]; /* Bits TRUE indicates data field is used */ CARD8 data[4L]; /* Bits looked at if corresponding valid bit set */ - ReqFlags req; /* Bits coorespond to core requests */ + ReqFlags req; /* Bits correspond to core requests */ EventFlags event; /* Bits correspond to core events */ } XETrapFlags; @@ -207,7 +207,7 @@ typedef struct CARD8 minor_opcode; CARD16 length; /* - * The follwing is done so that structure padding wont be + * The following is done so that structure padding wont be * a problem. The request structure contains a shadow for * the XETrapCfg structure. Since the XETrapCfg also has a * substructure (XETrapFlags) this structure is also shadowed. @@ -294,7 +294,7 @@ typedef struct /* Structure of Get Current Configuration Information reply */ typedef struct { - CARD8 state_flags[2]; /* Miscelaneous flags, see below #define's */ + CARD8 state_flags[2]; /* Miscellaneous flags, see below #define's */ CARD16 pad0; /* Assure quadword alignment */ XETrapCfg config; /* Current Config information */ CARD32 pad1; |