diff options
Diffstat (limited to 'include/X11/extensions/syncconst.h')
-rw-r--r-- | include/X11/extensions/syncconst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/syncconst.h b/include/X11/extensions/syncconst.h index 3acc387..0479816 100644 --- a/include/X11/extensions/syncconst.h +++ b/include/X11/extensions/syncconst.h @@ -121,7 +121,7 @@ PERFORMANCE OF THIS SOFTWARE. #define _XSyncMinValue(pv) ((pv)->hi = 0x80000000, (pv)->lo = 0) /* - * These are the publically usable macros. If you want the function version + * These are the publicly usable macros. If you want the function version * of one of these, just #undef the macro to uncover the function. * (This is the same convention that the ANSI C library uses.) */ |