summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-04-28 14:44:08 +0200
committerBruce Griffith <Bruce.Griffith@se-eng.com>2013-08-05 22:15:49 +0200
commitabebe80161a03c65b22088c7151f01b6681559a5 (patch)
tree439f25e9fdb3d3c0455c14e2017903ccfabf4537 /src
parent76db07e8c20b1e419ceeaf14eb23c7675839067a (diff)
downloadcoreboot-abebe80161a03c65b22088c7151f01b6681559a5.tar.xz
AMD SATA: Correct "them implement" to "then implement" in comments
This changelist was cherry-picked from merged community code for Parmer [1] and the paths modified so that the Parmer modification is applied against Olive Hill. [1] 0086162 AMD SATA: Correct _them implement_ ... in comments Change-Id: I9849e9a75dacfde15331c4200d72343a59036f14 Signed-off-by: Bruce Griffith <bruce.griffith@se-eng.com> Reviewed-on: http://review.coreboot.org/3841 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Ide2AhciMid.c2
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/SataIdeMid.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Ide2AhciMid.c b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Ide2AhciMid.c
index c4eb4ce97f..2c92891927 100644
--- a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Ide2AhciMid.c
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Ide2AhciMid.c
@@ -68,7 +68,7 @@ FchInitMidSataIde2Ahci (
SataBar5setting (LocalCfgPtr, &Bar5);
//
- //If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround.
+ //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround.
//
if ( ! (LocalCfgPtr->Misc.S3Resume) ) {
SataDriveDetection (LocalCfgPtr, &Bar5);
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/SataIdeMid.c b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/SataIdeMid.c
index 6be38a566b..0cb4a52d32 100644
--- a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/SataIdeMid.c
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/SataIdeMid.c
@@ -67,7 +67,7 @@ FchInitMidSataIde (
Bar5 = 0;
SataBar5setting (LocalCfgPtr, &Bar5);
//
- //If this is not S3 resume and also if SATA set to one of IDE mode, them implement drive detection workaround.
+ //If this is not S3 resume and also if SATA set to one of IDE mode, then implement drive detection workaround.
//
if ( ! (LocalCfgPtr->Misc.S3Resume) ) {
SataDriveDetection (LocalCfgPtr, &Bar5);