diff options
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; |