summaryrefslogtreecommitdiff
path: root/Xproto.h
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-04-20 01:24:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-04-20 01:24:25 +0000
commit33cea539618d58d64efb6a5c0465d14a471256cd (patch)
tree4fb6495411d82618e93f1754c281506d233953b4 /Xproto.h
parent5e7d5cbf21c33f883ab508a51422775f59c4da00 (diff)
On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit
builds. Fix some comment typos.
Diffstat (limited to 'Xproto.h')
-rw-r--r--Xproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xproto.h b/Xproto.h
index cb6b79f..4b5a0ea 100644
--- a/Xproto.h
+++ b/Xproto.h
@@ -1126,7 +1126,7 @@ typedef struct _xEvent {
} resizeRequest;
struct {
/* The event field in the circulate record is really the parent when this
- is used as a CirculateRequest insteaad of a CircluateNotify */
+ is used as a CirculateRequest instead of a CirculateNotify */
CARD32 pad00 B32;
Window event B32, window B32, parent B32;
BYTE place; /* Top or Bottom */