From b23f392766eb3263a8bb530b8a71edbd779c1dce Mon Sep 17 00:00:00 2001 From: Wim Vervoorn Date: Tue, 12 Nov 2019 09:46:47 +0100 Subject: vendorcode/amd/agesa: Correct typo Correct typo of 'uninitialized' BUG=N/A TEST=build Change-Id: I43c6eb0287d23546a2abb330c7cc8585a33b27b5 Signed-off-by: Wim Vervoorn Reviewed-on: https://review.coreboot.org/c/coreboot/+/36776 Reviewed-by: Frans Hendriks Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/vendorcode/amd/agesa/f14/AGESA.h | 2 +- src/vendorcode/amd/agesa/f15tn/AGESA.h | 2 +- src/vendorcode/amd/agesa/f16kb/AGESA.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vendorcode/amd/agesa') diff --git a/src/vendorcode/amd/agesa/f14/AGESA.h b/src/vendorcode/amd/agesa/f14/AGESA.h index 5a87d293cb..9bf9207789 100644 --- a/src/vendorcode/amd/agesa/f14/AGESA.h +++ b/src/vendorcode/amd/agesa/f14/AGESA.h @@ -369,7 +369,7 @@ typedef struct { IN UINT8 Socket; ///< The Socket on which this Link is located IN UINT8 Link; ///< The Link about to be initialized // Customization fields - IN FINAL_LINK_STATE LinkState; ///< The link may be left unitialized, or powered off. + IN FINAL_LINK_STATE LinkState; ///< The link may be left uninitialized, or powered off. } IGNORE_LINK; diff --git a/src/vendorcode/amd/agesa/f15tn/AGESA.h b/src/vendorcode/amd/agesa/f15tn/AGESA.h index 21ce58c791..ce3e857490 100644 --- a/src/vendorcode/amd/agesa/f15tn/AGESA.h +++ b/src/vendorcode/amd/agesa/f15tn/AGESA.h @@ -370,7 +370,7 @@ typedef struct { IN UINT8 Socket; ///< The Socket on which this Link is located IN UINT8 Link; ///< The Link about to be initialized // Customization fields - IN FINAL_LINK_STATE LinkState; ///< The link may be left unitialized, or powered off. + IN FINAL_LINK_STATE LinkState; ///< The link may be left uninitialized, or powered off. } IGNORE_LINK; diff --git a/src/vendorcode/amd/agesa/f16kb/AGESA.h b/src/vendorcode/amd/agesa/f16kb/AGESA.h index 9262896858..b9b4354d26 100644 --- a/src/vendorcode/amd/agesa/f16kb/AGESA.h +++ b/src/vendorcode/amd/agesa/f16kb/AGESA.h @@ -371,7 +371,7 @@ typedef struct { IN UINT8 Socket; ///< The Socket on which this Link is located IN UINT8 Link; ///< The Link about to be initialized // Customization fields - IN FINAL_LINK_STATE LinkState; ///< The link may be left unitialized, or powered off. + IN FINAL_LINK_STATE LinkState; ///< The link may be left uninitialized, or powered off. } IGNORE_LINK; -- cgit v1.2.3