Browse Source

Plan 9 from Bell Labs 2010-05-15

David du Colombier 14 years ago
parent
commit
a2bce32cd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/src/9/port/ecc.c

+ 1 - 1
sys/src/9/port/ecc.c

@@ -109,7 +109,7 @@ nandecccorrect(uchar *buf, ulong calcecc, ulong *storedecc, int reportbad)
 	if (k == 1) {
 		if (reportbad)
 			print("nandecccorrect: single bit error in ecc\n");
-		// assume the stored ecc was wrong
+		/* assume the stored ecc was wrong */
 		*storedecc = calcecc;
 		return NandEccErrorOneBitInEcc;
 	}