AMD boards: Fix comment style and typos

Change-Id: Id630cc46b79a39e1786d42adbc21f3b9c3a051aa
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6118
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
diff --git a/src/northbridge/amd/agesa/family10/northbridge.c b/src/northbridge/amd/agesa/family10/northbridge.c
index 886d112..7a990d9 100644
--- a/src/northbridge/amd/agesa/family10/northbridge.c
+++ b/src/northbridge/amd/agesa/family10/northbridge.c
@@ -881,7 +881,9 @@
 		}
 	}
 
-	//We need to double check if there is speical set on base reg and limit reg are not continous instead of hole, it will find out it's hole_startk
+	/* We need to double check if there is special set on base reg and limit reg
+	 * are not continuous instead of hole, it will find out its hole_startk.
+	 */
 	if (mem_hole.node_id == -1) {
 		resource_t limitk_pri = 0;
 		for (i=0; i<sysconf.nodes; i++) {
diff --git a/src/northbridge/amd/agesa/family12/northbridge.c b/src/northbridge/amd/agesa/family12/northbridge.c
index 5701ed0..7d71624 100644
--- a/src/northbridge/amd/agesa/family12/northbridge.c
+++ b/src/northbridge/amd/agesa/family12/northbridge.c
@@ -315,8 +315,9 @@
         }
 
 #if 0
-        // We need to double check if there is speical set on base reg and limit reg
-            // are not continous instead of hole, it will find out it's hole_startk
+	/* We need to double check if there is special set on base reg and limit reg
+	 * are not continuous instead of hole, it will find out its hole_startk.
+	 */
         if(mem_hole.node_id==-1) {
             resource_t limitk_pri = 0;
             struct dram_base_mask_t d;
diff --git a/src/northbridge/amd/agesa/family14/northbridge.c b/src/northbridge/amd/agesa/family14/northbridge.c
index 75ea76d..41de9cc 100644
--- a/src/northbridge/amd/agesa/family14/northbridge.c
+++ b/src/northbridge/amd/agesa/family14/northbridge.c
@@ -302,8 +302,8 @@
 		}
 	}
 #if 0
-	/* We need to double check if there is speical set on base reg and limit reg
-	 * are not continous instead of hole, it will find out it's hole_startk
+	/* We need to double check if there is special set on base reg and limit reg
+	 * are not continuous instead of hole, it will find out its hole_startk.
 	 */
 	if (mem_hole.node_id == -1) {
 		resource_t limitk_pri = 0;
diff --git a/src/northbridge/amd/agesa/family15/northbridge.c b/src/northbridge/amd/agesa/family15/northbridge.c
index 05acf96..eada06f 100644
--- a/src/northbridge/amd/agesa/family15/northbridge.c
+++ b/src/northbridge/amd/agesa/family15/northbridge.c
@@ -622,7 +622,10 @@
 			break; // only one hole
 		}
 	}
-	//We need to double check if there is speical set on base reg and limit reg are not continous instead of hole, it will find out it's hole_startk
+
+	/* We need to double check if there is special set on base reg and limit reg
+	 * are not continuous instead of hole, it will find out its hole_startk.
+	 */
 	if (mem_hole.node_id == -1) {
 		resource_t limitk_pri = 0;
 		for (i=0; i<node_nums; i++) {
diff --git a/src/northbridge/amd/agesa/family15tn/northbridge.c b/src/northbridge/amd/agesa/family15tn/northbridge.c
index 51df5ee..49f3610 100644
--- a/src/northbridge/amd/agesa/family15tn/northbridge.c
+++ b/src/northbridge/amd/agesa/family15tn/northbridge.c
@@ -596,7 +596,10 @@
 			break; // only one hole
 		}
 	}
-	//We need to double check if there is speical set on base reg and limit reg are not continous instead of hole, it will find out it's hole_startk
+
+	/* We need to double check if there is special set on base reg and limit reg
+	 * are not continuous instead of hole, it will find out its hole_startk.
+	 */
 	if (mem_hole.node_id == -1) {
 		resource_t limitk_pri = 0;
 		for (i=0; i<node_nums; i++) {
diff --git a/src/northbridge/amd/agesa/family16kb/northbridge.c b/src/northbridge/amd/agesa/family16kb/northbridge.c
index f421413..5b43141 100644
--- a/src/northbridge/amd/agesa/family16kb/northbridge.c
+++ b/src/northbridge/amd/agesa/family16kb/northbridge.c
@@ -600,7 +600,10 @@
 			break; // only one hole
 		}
 	}
-	//We need to double check if there is speical set on base reg and limit reg are not continous instead of hole, it will find out it's hole_startk
+
+	/* We need to double check if there is special set on base reg and limit reg
+	 * are not continuous instead of hole, it will find out its hole_startk.
+	 */
 	if (mem_hole.node_id == -1) {
 		resource_t limitk_pri = 0;
 		for (i=0; i<node_nums; i++) {
diff --git a/src/northbridge/amd/amdfam10/northbridge.c b/src/northbridge/amd/amdfam10/northbridge.c
index 223cd9f0..529dc0a 100644
--- a/src/northbridge/amd/amdfam10/northbridge.c
+++ b/src/northbridge/amd/amdfam10/northbridge.c
@@ -735,7 +735,9 @@
 			}
 		}
 
-		//We need to double check if there is speical set on base reg and limit reg are not continous instead of hole, it will find out it's hole_startk
+		/* We need to double check if there is special set on base reg and limit reg
+		 * are not continuous instead of hole, it will find out its hole_startk.
+		 */
 		if(mem_hole.node_id==-1) {
 			resource_t limitk_pri = 0;
 			for(i=0; i<sysconf.nodes; i++) {
diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c
index ee5dfd2..2c19b3a 100644
--- a/src/northbridge/amd/amdk8/northbridge.c
+++ b/src/northbridge/amd/amdk8/northbridge.c
@@ -698,7 +698,9 @@
 			}
 		}
 
-		//We need to double check if there is speical set on base reg and limit reg are not continous instead of hole, it will find out it's hole_startk
+		/* We need to double check if there is special set on base reg and limit reg
+		 * are not continuous instead of hole, it will find out its hole_startk.
+		 */
 		if(mem_hole.node_id==-1) {
 			u32 limitk_pri = 0;
 			for(i=0; i<8; i++) {