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:
parent
50b999feb8
commit
b23f392766
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue