summaryrefslogtreecommitdiff
path: root/Xproto.h
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-04-26 00:00:02 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-04-26 00:00:02 +0000
commit2a2b6db1f78f94c8f3690f675f0c032401fb2541 (patch)
tree6ec2e4578a62ad20441ce1b2d3db1b86c5724257 /Xproto.h
parent33cea539618d58d64efb6a5c0465d14a471256cd (diff)
Fix more comment typos.
Diffstat (limited to 'Xproto.h')
-rw-r--r--Xproto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xproto.h b/Xproto.h
index 4b5a0ea..e5bba70 100644
--- a/Xproto.h
+++ b/Xproto.h
@@ -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;