aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-26 05:30:54 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-26 20:31:55 +0200
commit8f87c3f3970745ef1f5928d91c45711cd0fd6f36 (patch)
treeeec80ebdb08dcef9801a6902ed6e1dd9e1bec2c1
parentefa8a9dc214946ae0fdf285e6fb8849885117d9a (diff)
AMD boards: Fix typos
Change-Id: If1dc4fd2204a2e4b6f84c75f385b8ff958d2251d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6112 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
-rw-r--r--src/mainboard/amd/persimmon/platform_cfg.h2
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h2
-rw-r--r--src/mainboard/lippert/frontrunner-af/platform_cfg.h2
-rw-r--r--src/mainboard/lippert/toucan-af/platform_cfg.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h
index 176c30eb6b..5357370467 100644
--- a/src/mainboard/amd/persimmon/platform_cfg.h
+++ b/src/mainboard/amd/persimmon/platform_cfg.h
@@ -240,7 +240,7 @@ static const CODECTBLLIST codec_tablelist[] =
*/
#define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0])
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
/* from acpi.h
* PM_UNSPECIFIED = 0,
* PM_DESKTOP = 1,
diff --git a/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h b/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h
index be6ddd0f06..bbd1d1412d 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h
+++ b/src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h
@@ -243,7 +243,7 @@ static const CODECTBLLIST codec_tablelist[] =
*/
#define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0])
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
/* from acpi.h
* PM_UNSPECIFIED = 0,
* PM_DESKTOP = 1,
diff --git a/src/mainboard/lippert/frontrunner-af/platform_cfg.h b/src/mainboard/lippert/frontrunner-af/platform_cfg.h
index 8693615cdb..03146d0beb 100644
--- a/src/mainboard/lippert/frontrunner-af/platform_cfg.h
+++ b/src/mainboard/lippert/frontrunner-af/platform_cfg.h
@@ -242,7 +242,7 @@ static const CODECTBLLIST codec_tablelist[] =
*/
#define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0])
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
/* from acpi.h
* PM_UNSPECIFIED = 0,
* PM_DESKTOP = 1,
diff --git a/src/mainboard/lippert/toucan-af/platform_cfg.h b/src/mainboard/lippert/toucan-af/platform_cfg.h
index 20301cdca1..25b048562b 100644
--- a/src/mainboard/lippert/toucan-af/platform_cfg.h
+++ b/src/mainboard/lippert/toucan-af/platform_cfg.h
@@ -242,7 +242,7 @@ static const CODECTBLLIST codec_tablelist[] =
*/
#define AZALIA_OEM_VERB_TABLE (&codec_tablelist[0])
-/* set up an ACPI prefered power management profile */
+/* set up an ACPI preferred power management profile */
/* from acpi.h
* PM_UNSPECIFIED = 0,
* PM_DESKTOP = 1,