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>
This commit is contained in:
Wim Vervoorn 2019-11-12 09:46:47 +01:00 committed by Patrick Georgi
parent 50b999feb8
commit b23f392766
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;