[PATCH modular 2/3] Fix spelling.
Ian Romanick
idr at freedesktop.org
Mon Oct 4 15:39:35 PDT 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Trevor Woerner wrote:
> From: Trevor Woerner <twoerner at gmail.com>
>
> Signed-off-by: Trevor Woerner <twoerner at gmail.com>
> ---
> build.sh | 12 ++++++------
> 1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/build.sh b/build.sh
> index fb15cb1..33b416c 100755
> --- a/build.sh
> +++ b/build.sh
> @@ -67,7 +67,7 @@ failed_components=""
> nonexistent_components=""
> clonefailed_components=""
>
> -# explain where a failured occurred
> +# explain where a failure occurred
> # if you find this message in the build output it can help tell you where the failure occurred
> # arguments:
> # $1 - which command failed
> @@ -662,7 +662,7 @@ build_xserver() {
> }
>
> build_driver_input() {
> - # Some drivers are only buildable on some OS'es
> + # Some drivers can only be processed on some OS'es
"can only be processed" is different from "are only buildable". The
former is nonsensical, and the later is correct.
> case $HOST_OS in
> Linux)
> build driver xf86-input-aiptek
> @@ -676,7 +676,7 @@ build_driver_input() {
> ;;
> esac
>
> - # And some drivers are only buildable on some CPUs.
> + # And some drivers can only be processed on some CPUs.
> case $HOST_CPU in
> i*86* | amd64* | x86*64*)
> build driver xf86-input-vmmouse
> @@ -694,7 +694,7 @@ build_driver_input() {
> }
>
> build_driver_video() {
> - # Some drivers are only buildable on some OS'es
> + # Some drivers can only be processed on some OS'es
> case $HOST_OS in
> *FreeBSD*)
> case $HOST_CPU in
> @@ -719,7 +719,7 @@ build_driver_video() {
> ;;
> esac
>
> - # Some drivers are only buildable on some architectures
> + # Some drivers can only be processed on some architectures
> case $HOST_CPU in
> *sparc*)
> build driver xf86-video-suncg14
> @@ -736,7 +736,7 @@ build_driver_video() {
> ;;
> esac
>
> - # Some drivers are only buildable on some architectures of some OS's
> + # Some drivers can only be processed on some architectures of some OS's
> case "$HOST_CPU"-"$HOST_OS" in
> i*86*-*Linux*)
> build driver xf86-video-geode
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkyqV6QACgkQX1gOwKyEAw98LgCghw/QAQoDg7/J6FSRtrfoaZnI
UUgAmwTM1x63+FT5UuEORKjufms9k0io
=WiJb
-----END PGP SIGNATURE-----
More information about the xorg-devel
mailing list