From 63950f83f941c0a6747b5f22b1d7edafb67f5476 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 1 Feb 2013 23:51:40 +0100 Subject: AGESA boards: Fix grammar in description of `OemCustomizeInitEarly` The following command was used to correct the grammatical mistake. $ git grep -l 'This is the stub function will call' | xargs sed -i s,This is the stub function will call,This stub function will call, '{}' sed: -e Ausdruck #1, Zeichen 6: Nicht beendeter `s'-Befehl As this file seems to have been copied around a lot, it originally seems to have come with the following commit for AMD Persimmon and AMD Inagua. commit 69da1b676cd3f126b27a6fd3c23c557ac1a03961 Author: Frank Vibrans Date: Mon Feb 14 19:04:45 2011 +0000 Add IBASE DB-FT1 and AMD Inagua motherboards. Patch 8 of 8. Change-Id: I2e6630a5172738b01e6def7062284f167e5508b1 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/2268 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/mainboard/amd/thatcher/PlatformGnbPcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd/thatcher') diff --git a/src/mainboard/amd/thatcher/PlatformGnbPcie.c b/src/mainboard/amd/thatcher/PlatformGnbPcie.c index e4308e43fb..afe4bb88e7 100644 --- a/src/mainboard/amd/thatcher/PlatformGnbPcie.c +++ b/src/mainboard/amd/thatcher/PlatformGnbPcie.c @@ -131,7 +131,7 @@ PCIe_COMPLEX_DESCRIPTOR Trinity = { * OemCustomizeInitEarly * * Description: - * This is the stub function will call the host environment through the binary block + * This stub function will call the host environment through the binary block * interface (call-out port) to provide a user hook opportunity * * Parameters: -- cgit v1.2.3