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>
This commit is contained in:
committed by
Patrick Georgi
parent
7ccb2821d2
commit
45e6c82e68
@@ -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;
|
||||
/*----------------------------------------------------------------------------
|
||||
|
@@ -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;
|
||||
/*----------------------------------------------------------------------------
|
||||
|
@@ -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;
|
||||
/*----------------------------------------------------------------------------
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user