[coreboot] [commit] r5789 - trunk/src/cpu/amd/model_10xxx

repository service svn at coreboot.org
Wed Sep 8 23:30:08 CEST 2010


Author: mjones
Date: Wed Sep  8 23:30:07 2010
New Revision: 5789
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5789

Log:
Trivial - remove stray characters from a comment block.

Signed-off-by: Marc Jones <marcj303 at gmail.com>
Acked-by: Marc Jones <marcj303 at gmail.com>

Modified:
   trunk/src/cpu/amd/model_10xxx/init_cpus.c

Modified: trunk/src/cpu/amd/model_10xxx/init_cpus.c
==============================================================================
--- trunk/src/cpu/amd/model_10xxx/init_cpus.c	Wed Sep  8 13:00:25 2010	(r5788)
+++ trunk/src/cpu/amd/model_10xxx/init_cpus.c	Wed Sep  8 23:30:07 2010	(r5789)
@@ -877,7 +877,7 @@
 			/* 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)) {




More information about the coreboot mailing list