summaryrefslogtreecommitdiff
path: root/include/X11/extensions/XShm.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
commit34e454b17466ad2d79fb51ab040906dfe9ccc3f3 (patch)
tree01243ebc968572875fb1f58fc64b6f421d231cb7 /include/X11/extensions/XShm.h
parent5da41666a4a5bef637a9bb0c04357b7ab2de323d (diff)
downloadxorg-lib-libXext-34e454b17466ad2d79fb51ab040906dfe9ccc3f3.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/extensions/XShm.h')
-rw-r--r--include/X11/extensions/XShm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/XShm.h b/include/X11/extensions/XShm.h
index 23f0651..b64346a 100644
--- a/include/X11/extensions/XShm.h
+++ b/include/X11/extensions/XShm.h
@@ -38,7 +38,7 @@ typedef unsigned long ShmSeg;
typedef struct {
int type; /* of event */
unsigned long serial; /* # of last request processed by server */
- Bool send_event; /* true if this came frome a SendEvent request */
+ Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
Drawable drawable; /* drawable of request */
int major_code; /* ShmReqCode */