summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 16:05:37 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 16:05:37 -0800
commit2b250d86fb74910f0022686fc4161945aba2be34 (patch)
tree5c67a14581f79641ca14654301a6f10e59758964
parent027da8ee0f3628078e5fd364a4d67fa84a35b304 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--DGUX.cf4
-rw-r--r--Imake.rules4
-rw-r--r--Imake.tmpl2
-rw-r--r--NetBSD.cf4
-rw-r--r--README30
-rw-r--r--X11.tmpl2
-rw-r--r--cygwin.cf2
-rw-r--r--cygwin.rules2
-rw-r--r--dmx.cf2
-rw-r--r--gnu.cf2
-rw-r--r--ibmLib.tmpl2
-rw-r--r--linux.cf2
-rw-r--r--mingw.rules2
-rw-r--r--scoLib.rules2
-rw-r--r--sequent.cf6
-rw-r--r--sun.cf6
-rw-r--r--sunLib.tmpl2
-rw-r--r--xf86site.def2
-rw-r--r--xfree86.cf2
-rw-r--r--xorg.cf2
-rw-r--r--xorgsite.def4
21 files changed, 43 insertions, 43 deletions
diff --git a/DGUX.cf b/DGUX.cf
index a692023..0b4f1ef 100644
--- a/DGUX.cf
+++ b/DGUX.cf
@@ -73,7 +73,7 @@ XCOMM platform: $XFree86: xc/config/cf/DGUX.cf,v 1.5 2000/07/07 20:06:56 tsi Ex
#define Malloc0ReturnsNull YES /* Added for 3.2Xh,i... GNU does return 0 */
#define Malloc0ReturnsNullDefines -DMALLOC_0_RETURNS_NULL /* define for GNU malloc X3.2i */
/*******TCL TK DEFINITIONS ***********/
-#define HasTk YES /* Comment out if you dont have this */
+#define HasTk YES /* Comment out if you don't have this */
#define TkLibDir /usr/X11R6.3/lib
#define TkIncDir /usr/X11R6.3/include
#define TkLibName tk8.0
@@ -104,7 +104,7 @@ XCOMM platform: $XFree86: xc/config/cf/DGUX.cf,v 1.5 2000/07/07 20:06:56 tsi Ex
#ifndef DefaultCCOptions
#define DefaultCCOptions /* -ansi -pedantic */
#endif
-#define OptimizedCDebugFlags -O2 /* Add -g -mstandard for full debuging info */
+#define OptimizedCDebugFlags -O2 /* Add -g -mstandard for full debugging info */
#define OptimizedCplusplusDebugFlags
#define DebuggableCDebugFlags -g -mstandard
#define DebuggableCplusplusDebugFlags
diff --git a/Imake.rules b/Imake.rules
index 961307d..c9a1243 100644
--- a/Imake.rules
+++ b/Imake.rules
@@ -1150,7 +1150,7 @@ ServerTargetWithFlags(server,subdirs,objects,libs,syslibs,$(_NOOP_))
/* This rule is used for libs in Xserver/Imakefile which are loaded, not
* linked into the core module. Since modules are called libXXXX.a,
- * this rule mustn't be overriden by .cf files.
+ * this rule mustn't be overridden by .cf files.
*/
#ifndef ModuleLibraryTargetName
#define ModuleLibraryTargetName(libname)Concat(lib,libname.a)
@@ -3631,7 +3631,7 @@ clean:: @@\
#endif
/* Phony targets - GNU make has a feature to mark a target as phony,
- * which means that it wont consider that target to be the name of a
+ * which means that it won't consider that target to be the name of a
* file. In general this speeds up make, since it doesn't have to
* look for those files when it sets out to create a phony target.
* However, on cygwin, this is actually required for correct
diff --git a/Imake.tmpl b/Imake.tmpl
index 3f89ebf..8c26d56 100644
--- a/Imake.tmpl
+++ b/Imake.tmpl
@@ -1834,7 +1834,7 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
#else
CPP = CppCmd $(STD_CPP_DEFINES) /* simple filters */
RAWCPP = RawCppCmd $(STD_CPP_OPTIONS)
- PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES) /* prefered; mdep */
+ PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES) /* preferred; mdep */
#endif
INSTALL = InstallCmd
INSTALLFLAGS = InstallFlags
diff --git a/NetBSD.cf b/NetBSD.cf
index 7d9aadd..ff9de10 100644
--- a/NetBSD.cf
+++ b/NetBSD.cf
@@ -591,7 +591,7 @@ InstallManPageAliasesBase(file,destdir,aliases)
#include <bsdLib.rules>
#endif /* HasSharedLibraries */
-/* Always build the XInput library, regardless of server support on this plattform */
+/* Always build the XInput library, regardless of server support on this platform */
#if !defined(BuildXInputLib) && !defined(BuildServersOnly)
# define BuildXInputLib YES
#endif
@@ -694,6 +694,6 @@ sed 's/\.[0-9]*$$//'`
/*
* Always include xorg.cf for GccAliasingArgs,
- * regardless of server support on this plattform
+ * regardless of server support on this platform
*/
#include <xorg.cf>
diff --git a/README b/README
index a402fff..847b03d 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/util/cf
@@ -324,20 +324,20 @@ X11.tmpl provides defaults for the following variables:
ServerExtraDefines special -D's for server
ServerOSDefines OS -D's for server
ServerAssertDefines -DNDEBUG for no assertions, /**/ for assertions
- SharedLibFS boolean for making sharable libFS.so
- SharedLibICE boolean for making sharable libICE.so
- SharedLibSM boolean for making sharable libSM.so
- SharedLibX11 boolean for making sharable libX11.so
- SharedLibXau boolean for making sharable libXau.so
- SharedLibXaw boolean for making sharable libXaw.so
- SharedLibXdmcp boolean for making sharable libXdmcp.so
- SharedLibXext boolean for making sharable libXext.so
- SharedLibXi boolean for making sharable libXi.so
- SharedLibXmu boolean for making sharable libXmu.so
- SharedLibXt boolean for making sharable libXt.so
- SharedLibXtst boolean for making sharable libXtst.so
- SharedLibXag boolean for making sharable libXag.so
- SharedOldX boolean for making sharable liboldX.so
+ SharedLibFS boolean for making shareable libFS.so
+ SharedLibICE boolean for making shareable libICE.so
+ SharedLibSM boolean for making shareable libSM.so
+ SharedLibX11 boolean for making shareable libX11.so
+ SharedLibXau boolean for making shareable libXau.so
+ SharedLibXaw boolean for making shareable libXaw.so
+ SharedLibXdmcp boolean for making shareable libXdmcp.so
+ SharedLibXext boolean for making shareable libXext.so
+ SharedLibXi boolean for making shareable libXi.so
+ SharedLibXmu boolean for making shareable libXmu.so
+ SharedLibXt boolean for making shareable libXt.so
+ SharedLibXtst boolean for making shareable libXtst.so
+ SharedLibXag boolean for making shareable libXag.so
+ SharedOldX boolean for making shareable liboldX.so
ShmDefines MIT-SHM define
TwmDir directory in which to install twm config files
UseCCMakeDepend boolean for using alternate makedepend script
diff --git a/X11.tmpl b/X11.tmpl
index 4bbec82..d417331 100644
--- a/X11.tmpl
+++ b/X11.tmpl
@@ -3744,7 +3744,7 @@ XFTINCLUDES=$(FONTCONFIGINCLUDES) $(FREETYPE2INCLUDES)
*
* Make sure that *Standard is set correctly, if not, the
* standard compile/link paths will be added *before* the
- * local X directorys and installed versions of the standard
+ * local X directories and installed versions of the standard
* X headers will end up getting used.
*/
diff --git a/cygwin.cf b/cygwin.cf
index 2c34179..706b888 100644
--- a/cygwin.cf
+++ b/cygwin.cf
@@ -99,7 +99,7 @@
/*
* Cygwin has Tcl/Tk, but you need to keep the version numbers
* of the libs in sync. These version numbers may change
- * occassionally.
+ * occasionally.
*/
#define Hastcl YES
#define Hastk YES
diff --git a/cygwin.rules b/cygwin.rules
index 030f7f5..4bd182e 100644
--- a/cygwin.rules
+++ b/cygwin.rules
@@ -420,7 +420,7 @@ $(IMAKE) $(IMAKE).Osuf: @@\
/*
- * ResourceObjectRule - Build a Windows resouce file (.res) into
+ * ResourceObjectRule - Build a Windows resource file (.res) into
* an object file (.o) that can be linked in with the executable
* or library being built.
*/
diff --git a/dmx.cf b/dmx.cf
index be75dfb..a659cce 100644
--- a/dmx.cf
+++ b/dmx.cf
@@ -21,7 +21,7 @@
*
* Note 2: The default epoch for the year is 2000.
* To change the default epoch, change the DMX_VENDOR_RELEASE
- * macro below, bumb the minor version number, and change
+ * macro below, bump the minor version number, and change
* xdpyinfo to key off the major/minor version to determine the
* new epoch. Remember to do this on January 1, 2100 and every
* 100 years thereafter.
diff --git a/gnu.cf b/gnu.cf
index a79c427..390d6a3 100644
--- a/gnu.cf
+++ b/gnu.cf
@@ -145,7 +145,7 @@ XCOMM i386Architecture
#define ConnectionFlags -DUNIXCONN -DTCPCONN
-/* Some of these man page defaults are overriden in the above OS sections */
+/* Some of these man page defaults are overridden in the above OS sections */
#ifndef ManSuffix
# define ManSuffix 1x
#endif
diff --git a/ibmLib.tmpl b/ibmLib.tmpl
index f95ab78..b6c905f 100644
--- a/ibmLib.tmpl
+++ b/ibmLib.tmpl
@@ -85,7 +85,7 @@ DEPXTOOLLIB = _UseCat($(USRLIBDIR),$(TOOLKITSRC),/libXt.a)
# endif
#endif
-/* The inbuf paramter to iconv(3) is "const char**", not "char **" */
+/* The inbuf parameter to iconv(3) is "const char**", not "char **" */
ICONV_INBUF_DEFINE = -DICONV_INBUF_CONST
ICONVSYSLIB = -liconv
diff --git a/linux.cf b/linux.cf
index a89b18c..517ae5c 100644
--- a/linux.cf
+++ b/linux.cf
@@ -1052,7 +1052,7 @@ InstallNamedTargetNoClobber(install,file.ad,$(INSTAPPFLAGS),$(XAPPLOADDIR),class
# define ConnectionFlags -DUNIXCONN -DTCPCONN
#endif
-/* Some of these man page defaults are overriden in the above OS sections */
+/* Some of these man page defaults are overridden in the above OS sections */
#ifndef ManSuffix
# define ManSuffix 1x
#endif
diff --git a/mingw.rules b/mingw.rules
index 35043ac..addedd3 100644
--- a/mingw.rules
+++ b/mingw.rules
@@ -402,7 +402,7 @@ $(IMAKE) $(IMAKE).Osuf: @@\
/*
- * ResourceObjectRule - Build a Windows resouce file (.res) into
+ * ResourceObjectRule - Build a Windows resource file (.res) into
* an object file (.o) that can be linked in with the executable
* or library being built.
*/
diff --git a/scoLib.rules b/scoLib.rules
index 2a775a5..3f8c517 100644
--- a/scoLib.rules
+++ b/scoLib.rules
@@ -24,7 +24,7 @@ XCOMM $XFree86: xc/config/cf/scoLib.rules,v 1.10 2003/12/18 16:38:34 dawes Exp $
* build it into a different name so that we do not hose people by having
* the library gone for long periods.
*
- * Work around SCO sh enviroment size problem.
+ * Work around SCO sh environment size problem.
*/
#ifndef SharedLibraryTarget3
#define SharedLibraryTarget3(libname,rev,solist1,solist2,solist3,down,up) @@\
diff --git a/sequent.cf b/sequent.cf
index 6753832..1a3f748 100644
--- a/sequent.cf
+++ b/sequent.cf
@@ -303,7 +303,7 @@ XCOMM operating system: OSName V/**/OSMajorVersion./**/OSMinorVersion./**/OSTee
#define RanlibProgram ranlib
/*
- * Build all the X11 debug libaries *_d.a for use by Sequent Service
+ * Build all the X11 debug libraries *_d.a for use by Sequent Service
*/
/*
@@ -335,14 +335,14 @@ XCOMM operating system: OSName V/**/OSMajorVersion./**/OSMinorVersion./**/OSTee
#define DebugLibFS DebugLibDefault /* debugged FS library */
/*
- * Build all the Motif debug libaries *_d.a for use by Service
+ * Build all the Motif debug libraries *_d.a for use by Service
*/
#define DebugLibXm DebugLibDefault
#define DebugLibMrm DebugLibDefault
#define DebugLibUil DebugLibDefault
/*
- * Build all the Adobe DPS debug libaries *_d.a for use by Service
+ * Build all the Adobe DPS debug libraries *_d.a for use by Service
*/
#define DebugLibDps DebugLibDefault
diff --git a/sun.cf b/sun.cf
index b4183d6..608cf4b 100644
--- a/sun.cf
+++ b/sun.cf
@@ -88,7 +88,7 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
* For gcc, gcc2 or gcc3, define HasGcc, HasGcc2 or HasGcc3 to YES in site.def
* For other compilers, define HasSunC to NO in site.def, then
* provide appropriate values for the various compiler related
- * configuration varibles used here.
+ * configuration variables used here.
*
* If you don't tell us which C compiler you have, we assume you have
* the SunPro C compiler under Solaris 2.x, and the bundled /bin/cc
@@ -830,7 +830,7 @@ XCOMM SunPro C++ CplusplusCompilerMajorVersion./**/CplusplusCompilerMinorVersion
#endif
#ifndef Mapfile_NoExData
# if defined(SparcArchitecture)
-/* SPARC archictecture requires PLT section in .data be executable, so
+/* SPARC architecture requires PLT section in .data be executable, so
we can only make .bss, not all of .data no-exec on SPARC */
# define Mapfile_NoExData /**/
# else
@@ -975,7 +975,7 @@ man_keywords:: @@\
#endif
/*
- * Turn off seperate configuration directories.
+ * Turn off separate configuration directories.
*/
#ifndef UseSeparateConfDir
#define UseSeparateConfDir NO
diff --git a/sunLib.tmpl b/sunLib.tmpl
index 70bb407..2909fcc 100644
--- a/sunLib.tmpl
+++ b/sunLib.tmpl
@@ -233,7 +233,7 @@ XCOMM $XFree86: xc/config/cf/sunLib.tmpl,v 3.12tsi Exp $
# define DtClientExtraLibs -lintl
-/* The inbuf paramter to iconv(3) is "const char**", not "char **" */
+/* The inbuf parameter to iconv(3) is "const char**", not "char **" */
ICONV_INBUF_DEFINE = -DICONV_INBUF_CONST=const
# if HasCplusplus
diff --git a/xf86site.def b/xf86site.def
index a7d49af..1d74ac8 100644
--- a/xf86site.def
+++ b/xf86site.def
@@ -285,7 +285,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
/*
* By default the application defaults files are always installed.
- * Uncommenting the the following will prevent exising application
+ * Uncommenting the the following will prevent existing application
* defaults files from being over-written.
*
#define InstallAppDefFiles NO
diff --git a/xfree86.cf b/xfree86.cf
index 1dbbd87..92a0446 100644
--- a/xfree86.cf
+++ b/xfree86.cf
@@ -1911,7 +1911,7 @@ DRIVERSDKMODULEDIR = DriverSDKModuleDir
DRIVERSDKINCLUDEDIR = DriverSDKIncludeDir
/*
- * Some commonly refered to directories are defined here.
+ * Some commonly referred to directories are defined here.
*/
XF86SRC = $(SERVERSRC)/hw/xfree86
diff --git a/xorg.cf b/xorg.cf
index 3b0f10b..704d0ff 100644
--- a/xorg.cf
+++ b/xorg.cf
@@ -1448,7 +1448,7 @@ DRIVERSDKMODULEDIR = DriverSDKModuleDir
DRIVERSDKINCLUDEDIR = DriverSDKIncludeDir
/*
- * Some commonly refered to directories are defined here.
+ * Some commonly referred to directories are defined here.
*/
XF86SRC = $(SERVERSRC)/hw/xfree86
diff --git a/xorgsite.def b/xorgsite.def
index 0305573..9b5a675 100644
--- a/xorgsite.def
+++ b/xorgsite.def
@@ -128,7 +128,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
/*
* To use the deprecated, old keyboard driver, uncomment this. But
* even better, make the new keyboard driver (hw/xfree86/input/keyboard)
- * work for your architechture. The old driver will be removed in the
+ * work for your architecture. The old driver will be removed in the
* next release.
*
#define UseDeprecatedKeyboardDriver YES
@@ -295,7 +295,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
/*
* By default the application defaults files are always installed.
- * Uncommenting the the following will prevent exising application
+ * Uncommenting the the following will prevent existing application
* defaults files from being over-written.
*
#define InstallAppDefFiles NO