aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-12-11 17:53:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-18 13:24:28 +0000
commit45e6c82e682fcfa7155f0e0193bf4c666b1d6466 (patch)
tree271637254114b391f7ed94c536aa15eec9fc0f4c /src/vendorcode/amd
parent7ccb2821d27624d97e9728629bf675242d4966d8 (diff)
Fix typos involving "the the"
Change-Id: I179264ee6681a7ba4488b9f1c6bce1a19b4e1772 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/30160 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/vendorcode/amd')
-rw-r--r--src/vendorcode/amd/agesa/f12/Proc/Mem/mfs3.h2
-rw-r--r--src/vendorcode/amd/agesa/f14/Proc/Mem/mfs3.h2
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfs3.h2
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Mem/mfs3.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/vendorcode/amd/agesa/f12/Proc/Mem/mfs3.h b/src/vendorcode/amd/agesa/f12/Proc/Mem/mfs3.h
index 63c03b53ab..1ea8aefeec 100644
--- a/src/vendorcode/amd/agesa/f12/Proc/Mem/mfs3.h
+++ b/src/vendorcode/amd/agesa/f12/Proc/Mem/mfs3.h
@@ -103,7 +103,7 @@ typedef struct _S3_MEM_NB_BLOCK {
/// Header for heap space to store the special case register.
typedef struct _S3_SPECIAL_CASE_HEAP_HEADER {
- UINT8 Node; ///< Node ID for the the header
+ UINT8 Node; ///< Node ID for the header
UINT8 Offset; ///< Offset for the target node
} S3_SPECIAL_CASE_HEAP_HEADER;
/*----------------------------------------------------------------------------
diff --git a/src/vendorcode/amd/agesa/f14/Proc/Mem/mfs3.h b/src/vendorcode/amd/agesa/f14/Proc/Mem/mfs3.h
index fe362dd324..6a00dce4e7 100644
--- a/src/vendorcode/amd/agesa/f14/Proc/Mem/mfs3.h
+++ b/src/vendorcode/amd/agesa/f14/Proc/Mem/mfs3.h
@@ -105,7 +105,7 @@ typedef struct _S3_MEM_NB_BLOCK {
/// Header for heap space to store the special case register.
typedef struct _S3_SPECIAL_CASE_HEAP_HEADER {
- UINT8 Node; ///< Node ID for the the header
+ UINT8 Node; ///< Node ID for the header
UINT8 Offset; ///< Offset for the target node
} S3_SPECIAL_CASE_HEAP_HEADER;
/*----------------------------------------------------------------------------
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfs3.h b/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfs3.h
index 673d92111b..657c8dfe41 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfs3.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfs3.h
@@ -103,7 +103,7 @@ typedef struct _S3_MEM_NB_BLOCK {
/// Header for heap space to store the special case register.
typedef struct _S3_SPECIAL_CASE_HEAP_HEADER {
- UINT8 Node; ///< Node ID for the the header
+ UINT8 Node; ///< Node ID for the header
UINT8 Offset; ///< Offset for the target node
} S3_SPECIAL_CASE_HEAP_HEADER;
/*----------------------------------------------------------------------------
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Mem/mfs3.h b/src/vendorcode/amd/agesa/f16kb/Proc/Mem/mfs3.h
index 4b30237912..3ccd06a5da 100644
--- a/src/vendorcode/amd/agesa/f16kb/Proc/Mem/mfs3.h
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Mem/mfs3.h
@@ -106,7 +106,7 @@ typedef struct _S3_MEM_NB_BLOCK {
/// Header for heap space to store the special case register.
typedef struct _S3_SPECIAL_CASE_HEAP_HEADER {
- UINT8 Node; ///< Node ID for the the header
+ UINT8 Node; ///< Node ID for the header
UINT8 Offset; ///< Offset for the target node
} S3_SPECIAL_CASE_HEAP_HEADER;