Commit cce97565 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

config/cf: fix spelling errors as reported by codespell

parent e91406e9
...@@ -1185,7 +1185,7 @@ clean:: @@\ ...@@ -1185,7 +1185,7 @@ clean:: @@\
/* This rule is used for libs in Xserver/Imakefile which are loaded, not /* This rule is used for libs in Xserver/Imakefile which are loaded, not
* linked into the core module. Since modules are called libXXXX.a, * 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 #ifndef ModuleLibraryTargetName
#define ModuleLibraryTargetName(libname)Concat(lib,libname.a) #define ModuleLibraryTargetName(libname)Concat(lib,libname.a)
...@@ -3609,7 +3609,7 @@ clean:: @@\ ...@@ -3609,7 +3609,7 @@ clean:: @@\
#endif #endif
/* Phony targets - GNU make has a feature to mark a target as phony, /* 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 * 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. * look for those files when it sets out to create a phony target.
* However, on cygwin, this is actually required for correct * However, on cygwin, this is actually required for correct
......
...@@ -1736,7 +1736,7 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes ...@@ -1736,7 +1736,7 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
#else #else
CPP = CppCmd $(STD_CPP_DEFINES) /* simple filters */ CPP = CppCmd $(STD_CPP_DEFINES) /* simple filters */
RAWCPP = RawCppCmd $(STD_CPP_OPTIONS) RAWCPP = RawCppCmd $(STD_CPP_OPTIONS)
PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES) /* prefered; mdep */ PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES) /* preferred; mdep */
#endif #endif
INSTALL = InstallCmd INSTALL = InstallCmd
INSTALLFLAGS = InstallFlags INSTALLFLAGS = InstallFlags
......
...@@ -142,7 +142,7 @@ XCOMM i386Architecture ...@@ -142,7 +142,7 @@ XCOMM i386Architecture
#define ConnectionFlags -DUNIXCONN -DTCPCONN #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 #ifndef ManSuffix
# define ManSuffix 1x # define ManSuffix 1x
#endif #endif
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
/* /*
* To use the deprecated, old keyboard driver, uncomment this. But * To use the deprecated, old keyboard driver, uncomment this. But
* even better, make the new keyboard driver (hw/xfree86/input/keyboard) * 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. * next release.
* *
#define UseDeprecatedKeyboardDriver YES #define UseDeprecatedKeyboardDriver YES
......
...@@ -875,7 +875,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) ...@@ -875,7 +875,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
#define ConnectionFlags -DUNIXCONN -DTCPCONN #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 #ifndef ManSuffix
# define ManSuffix 1x # define ManSuffix 1x
#endif #endif
......
...@@ -645,7 +645,7 @@ DRIVERSDKMODULEDIR = DriverSDKModuleDir ...@@ -645,7 +645,7 @@ DRIVERSDKMODULEDIR = DriverSDKModuleDir
DRIVERSDKINCLUDEDIR = DriverSDKIncludeDir DRIVERSDKINCLUDEDIR = DriverSDKIncludeDir
/* /*
* Some commonly refered to directories are defined here. * Some commonly referred to directories are defined here.
*/ */
XF86SRC = $(SERVERSRC)/hw/xfree86 XF86SRC = $(SERVERSRC)/hw/xfree86
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
/* /*
* To use the deprecated, old keyboard driver, uncomment this. But * To use the deprecated, old keyboard driver, uncomment this. But
* even better, make the new keyboard driver (hw/xfree86/input/keyboard) * 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. * next release.
* *
#define UseDeprecatedKeyboardDriver YES #define UseDeprecatedKeyboardDriver YES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment