aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdht/h3ffeat.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-07 12:16:56 +0200
committerMartin Roth <martinroth@google.com>2018-08-09 15:51:10 +0000
commit64f6b71af5443ac4e1126dc5f5202a1bc8657b31 (patch)
treea9dd78971edaf050f8a215332755b1a0f55d6cf1 /src/northbridge/amd/amdht/h3ffeat.h
parentbc0ec507f2183e28c9b45c34c46ce93ca070aed6 (diff)
src/northbridge: Fix typo
Change-Id: I00094028036f33892362b935899e1bceef1da625 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge/amd/amdht/h3ffeat.h')
-rw-r--r--src/northbridge/amd/amdht/h3ffeat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/amd/amdht/h3ffeat.h b/src/northbridge/amd/amdht/h3ffeat.h
index 59e8feba47..2cf4bd1a1c 100644
--- a/src/northbridge/amd/amdht/h3ffeat.h
+++ b/src/northbridge/amd/amdht/h3ffeat.h
@@ -157,7 +157,7 @@ typedef struct {
*/
sPortDescriptor PortList[MAX_PLATFORM_LINKS*2];
- /* The number of coherent links comming off of each node (i.e. the 'Degree' of the node) */
+ /* The number of coherent links coming off of each node (i.e. the 'Degree' of the node) */
u8 sysDegree[MAX_NODES];
/* The systems adjency (sysMatrix[i][j] is true if Node_i has a link to Node_j) */
BOOL sysMatrix[MAX_NODES][MAX_NODES];
@@ -169,7 +169,7 @@ typedef struct {
u8 Perm[MAX_NODES]; /* The node mapping from the database to the system */
u8 ReversePerm[MAX_NODES]; /* The node mapping from the system to the database */
- /* Data for non-coherent initilization */
+ /* Data for non-coherent initialization */
u8 AutoBusCurrent;
u8 UsedCfgMapEntires;