diff options
Diffstat (limited to 'src/northbridge/amd/amdht')
-rw-r--r-- | src/northbridge/amd/amdht/h3ffeat.h | 4 | ||||
-rw-r--r-- | src/northbridge/amd/amdht/h3ncmn.c | 2 |
2 files changed, 3 insertions, 3 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; diff --git a/src/northbridge/amd/amdht/h3ncmn.c b/src/northbridge/amd/amdht/h3ncmn.c index 5f656f5e32..6542ae4df9 100644 --- a/src/northbridge/amd/amdht/h3ncmn.c +++ b/src/northbridge/amd/amdht/h3ncmn.c @@ -1116,7 +1116,7 @@ static u8 readSbLink(cNorthBridge *nb) * @param[in] *nb = this northbridge * @return = true - The link has the following status * LinkCon = 1, Link is connected - * InitComplete = 1,Link initilization is complete + * InitComplete = 1,Link initialization is complete * NC = 1, Link is coherent * UniP-cLDT = 0, Link is not Uniprocessor cLDT * LinkConPend = 0 Link connection is not pending |