summaryrefslogtreecommitdiff
path: root/include/X11/extensions/extutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/extensions/extutil.h')
-rw-r--r--include/X11/extensions/extutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/extensions/extutil.h b/include/X11/extensions/extutil.h
index 031c520..7f05aff 100644
--- a/include/X11/extensions/extutil.h
+++ b/include/X11/extensions/extutil.h
@@ -23,7 +23,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*
* Author: Jim Fulton, MIT The Open Group
- *
+ *
* Xlib Extension-Writing Utilities
*
* This package contains utilities for writing the client API for various
@@ -147,7 +147,7 @@ extern XExtDisplayInfo *XextFindDisplay(
/*
* helper macros to generate code that is common to all extensions; caller
* should prefix it with static if extension source is in one file; this
- * could be a utility function, but have to stack 6 unused arguments for
+ * could be a utility function, but have to stack 6 unused arguments for
* something that is called many, many times would be bad.
*/
#define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \