[coreboot-gerrit] New patch to review for coreboot: 8d7aa7a mainboard.c: Fix typo in appro*p*riate in comment

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Jun 13 08:52:23 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5987

-gerrit

commit 8d7aa7aa4003562d0b975557ef2635f48a8ae365
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Jun 13 08:47:32 2014 +0200

    mainboard.c: Fix typo in appro*p*riate in comment
    
    Use the following command to fix all occurences.
    
    	$ git grep -l approriate | xargs sed -i 's/approriate/appropriate/g'
    
    Change-Id: I4cbba972bb445c2407ef2e63ffb3068fc948f1c6
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/amd/olivehill/mainboard.c          | 2 +-
 src/mainboard/amd/parmer/mainboard.c             | 2 +-
 src/mainboard/amd/thatcher/mainboard.c           | 2 +-
 src/mainboard/asrock/imb-a180/mainboard.c        | 2 +-
 src/mainboard/asus/f2a85-m/mainboard.c           | 2 +-
 src/mainboard/hp/pavilion_m6_1035dx/mainboard.c  | 2 +-
 src/mainboard/jetway/nf81-t56n-lf/mainboard.c    | 2 +-
 src/mainboard/lippert/frontrunner-af/mainboard.c | 2 +-
 src/mainboard/lippert/toucan-af/mainboard.c      | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/mainboard/amd/olivehill/mainboard.c b/src/mainboard/amd/olivehill/mainboard.c
index 0a3f9a5..3913898 100644
--- a/src/mainboard/amd/olivehill/mainboard.c
+++ b/src/mainboard/amd/olivehill/mainboard.c
@@ -37,7 +37,7 @@ static void mainboard_enable(device_t dev)
 	printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
 	/*
 	 * The mainboard is the first place that we get control in ramstage. Check
-	 * for S3 resume and call the approriate AGESA/CIMx resume functions.
+	 * for S3 resume and call the appropriate AGESA/CIMx resume functions.
 	 */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/amd/parmer/mainboard.c b/src/mainboard/amd/parmer/mainboard.c
index f41d010..8aa76ff 100644
--- a/src/mainboard/amd/parmer/mainboard.c
+++ b/src/mainboard/amd/parmer/mainboard.c
@@ -37,7 +37,7 @@ static void mainboard_enable(device_t dev)
 	printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
 	/*
 	 * The mainboard is the first place that we get control in ramstage. Check
-	 * for S3 resume and call the approriate AGESA/CIMx resume functions.
+	 * for S3 resume and call the appropriate AGESA/CIMx resume functions.
 	 */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/amd/thatcher/mainboard.c b/src/mainboard/amd/thatcher/mainboard.c
index 266c813..bfb664f 100644
--- a/src/mainboard/amd/thatcher/mainboard.c
+++ b/src/mainboard/amd/thatcher/mainboard.c
@@ -53,7 +53,7 @@ static void mainboard_enable(device_t dev)
 
 	/*
 	 * The mainboard is the first place that we get control in ramstage. Check
-	 * for S3 resume and call the approriate AGESA/CIMx resume functions.
+	 * for S3 resume and call the appropriate AGESA/CIMx resume functions.
 	 */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/asrock/imb-a180/mainboard.c b/src/mainboard/asrock/imb-a180/mainboard.c
index 0a3f9a5..3913898 100644
--- a/src/mainboard/asrock/imb-a180/mainboard.c
+++ b/src/mainboard/asrock/imb-a180/mainboard.c
@@ -37,7 +37,7 @@ static void mainboard_enable(device_t dev)
 	printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
 	/*
 	 * The mainboard is the first place that we get control in ramstage. Check
-	 * for S3 resume and call the approriate AGESA/CIMx resume functions.
+	 * for S3 resume and call the appropriate AGESA/CIMx resume functions.
 	 */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/asus/f2a85-m/mainboard.c b/src/mainboard/asus/f2a85-m/mainboard.c
index 16a2e1c..c37fd76 100644
--- a/src/mainboard/asus/f2a85-m/mainboard.c
+++ b/src/mainboard/asus/f2a85-m/mainboard.c
@@ -53,7 +53,7 @@ static void mainboard_enable(device_t dev)
 
 	/*
 	 * The mainboard is the first place that we get control in ramstage. Check
-	 * for S3 resume and call the approriate AGESA/CIMx resume functions.
+	 * for S3 resume and call the appropriate AGESA/CIMx resume functions.
 	 */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/mainboard.c b/src/mainboard/hp/pavilion_m6_1035dx/mainboard.c
index 81260f1..60a8a55 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/mainboard.c
+++ b/src/mainboard/hp/pavilion_m6_1035dx/mainboard.c
@@ -49,7 +49,7 @@ static void mainboard_enable(device_t dev)
 	hudson_enable_smi_generation();
 	/*
 	 * The mainboard is the first place that we get control in ramstage. Check
-	 * for S3 resume and call the approriate AGESA/CIMx resume functions.
+	 * for S3 resume and call the appropriate AGESA/CIMx resume functions.
 	 */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/jetway/nf81-t56n-lf/mainboard.c b/src/mainboard/jetway/nf81-t56n-lf/mainboard.c
index b3c9e3d..7e1c367 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/mainboard.c
+++ b/src/mainboard/jetway/nf81-t56n-lf/mainboard.c
@@ -60,7 +60,7 @@ static void mainboard_enable(device_t dev)
 
 /*
  * The mainboard is the first place that we get control in ramstage. Check
- * for S3 resume and call the approriate AGESA/CIMx resume functions.
+ * for S3 resume and call the appropriate AGESA/CIMx resume functions.
  */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/lippert/frontrunner-af/mainboard.c b/src/mainboard/lippert/frontrunner-af/mainboard.c
index 57543c2..4e16b3e 100644
--- a/src/mainboard/lippert/frontrunner-af/mainboard.c
+++ b/src/mainboard/lippert/frontrunner-af/mainboard.c
@@ -169,7 +169,7 @@ static void mainboard_enable(device_t dev)
 
 /*
  * The mainboard is the first place that we get control in ramstage. Check
- * for S3 resume and call the approriate AGESA/CIMx resume functions.
+ * for S3 resume and call the appropriate AGESA/CIMx resume functions.
  */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();
diff --git a/src/mainboard/lippert/toucan-af/mainboard.c b/src/mainboard/lippert/toucan-af/mainboard.c
index f6cf09c..7518203 100644
--- a/src/mainboard/lippert/toucan-af/mainboard.c
+++ b/src/mainboard/lippert/toucan-af/mainboard.c
@@ -136,7 +136,7 @@ static void mainboard_enable(device_t dev)
 
 /*
  * The mainboard is the first place that we get control in ramstage. Check
- * for S3 resume and call the approriate AGESA/CIMx resume functions.
+ * for S3 resume and call the appropriate AGESA/CIMx resume functions.
  */
 #if CONFIG_HAVE_ACPI_RESUME
 	acpi_slp_type = acpi_get_sleep_type();



More information about the coreboot-gerrit mailing list