[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] [PATCH][3/3] USB. Correct comment



Commit message:

Correct comment.

Contributed by David Gálvez
diff -r a7269544c408 -r 08bc74f82565 sys/usb/src.km/udd/storage/xhdi.c
--- a/sys/usb/src.km/udd/storage/xhdi.c	Thu Apr 16 19:27:59 2015 +0200
+++ b/sys/usb/src.km/udd/storage/xhdi.c	Thu Apr 16 19:33:07 2015 +0200
@@ -112,7 +112,7 @@
 			dl_maxsec = 65535L;     /* max partition size = 512MB approx */
 			dl_clusts12 = MAX_FAT12_CLUSTERS;
 		}
-		else                        /* i.e. TOS 4.0x or FreeMiNT */
+		else                        /* i.e. TOS 4.0x */
 		{
 			dl_secsiz = MAX_LOGSEC_SIZE;
 			dl_clusts = 32766L;