[PATCH modular 2/3] Fix spelling.

Trevor Woerner twoerner at gmail.com
Mon Oct 4 03:54:29 PDT 2010


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
     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
-- 
1.7.3.1.50.g1e633



More information about the xorg-devel mailing list