diff options
author | Marc Jones <marcj303@gmail.com> | 2010-09-08 21:30:07 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2010-09-08 21:30:07 +0000 |
commit | 080ed7c5d586b7f610af5a6ecd6fbf48bc802fe6 (patch) | |
tree | 3efb76ce229b6838054c82686249cea41feacbf0 | |
parent | c3c9b01efb50c691bacc4a9acc7abf69d5640eae (diff) |
Trivial - remove stray characters from a comment block.
Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5789 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/cpu/amd/model_10xxx/init_cpus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/model_10xxx/init_cpus.c b/src/cpu/amd/model_10xxx/init_cpus.c index a499f5f0c4..b5947c9d33 100644 --- a/src/cpu/amd/model_10xxx/init_cpus.c +++ b/src/cpu/amd/model_10xxx/init_cpus.c @@ -877,7 +877,7 @@ static void cpuSetAMDPCI(u8 node) /* HT Phy settings either apply to both sublinks or have * separate registers for sublink zero and one, so there * will be two table entries. So, here we only loop - cd t * through the sublink zeros in function zero. + * through the sublink zeros in function zero. */ for (j = 0; j < 4; j++) { if (AMD_CpuFindCapability(node, j, &offset)) { |