diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2019-11-12 09:46:47 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-14 11:34:10 +0000 |
commit | b23f392766eb3263a8bb530b8a71edbd779c1dce (patch) | |
tree | 2ac0f3a3d3c7ab785d4a3d4f9b858c7449368a85 /src | |
parent | 50b999feb842ed116aeaa885d361da776d267ad6 (diff) | |
download | coreboot-b23f392766eb3263a8bb530b8a71edbd779c1dce.tar.xz |
vendorcode/amd/agesa: Correct typo
Correct typo of 'uninitialized'
BUG=N/A
TEST=build
Change-Id: I43c6eb0287d23546a2abb330c7cc8585a33b27b5
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36776
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/amd/agesa/f14/AGESA.h | 2 | ||||
-rw-r--r-- | src/vendorcode/amd/agesa/f15tn/AGESA.h | 2 | ||||
-rw-r--r-- | src/vendorcode/amd/agesa/f16kb/AGESA.h | 2 |
3 files changed, 3 insertions, 3 deletions
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; |