diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-26 00:00:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-26 00:00:02 +0000 |
commit | 2a2b6db1f78f94c8f3690f675f0c032401fb2541 (patch) | |
tree | 6ec2e4578a62ad20441ce1b2d3db1b86c5724257 /Xproto.h | |
parent | 33cea539618d58d64efb6a5c0465d14a471256cd (diff) |
Fix more comment typos.
Diffstat (limited to 'Xproto.h')
-rw-r--r-- | Xproto.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1063,8 +1063,8 @@ typedef struct _xEvent { BYTE bpad; } createNotify; /* - * The event feilds in the structures for DestroyNotify, UnmapNotify, - * MapNotify, ReparentNotify, ConfigureNotify, CirclulateNotify, GravityNotify, + * The event fields in the structures for DestroyNotify, UnmapNotify, + * MapNotify, ReparentNotify, ConfigureNotify, CirculateNotify, GravityNotify, * must be at the same offset because server internal code is depending upon * this to patch up the events before they are delivered. * Also note that MapRequest, ConfigureRequest and CirculateRequest have @@ -1718,7 +1718,7 @@ typedef struct { CARD32 planeMask B32; } xGetImageReq; -/* the folloiwng used by PolyText8 and PolyText16 */ +/* the following used by PolyText8 and PolyText16 */ typedef struct { CARD8 reqType; |