trs80: fix typo
authorAlan Cox <alan@linux.intel.com>
Sun, 17 May 2015 22:03:36 +0000 (23:03 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 17 May 2015 22:03:36 +0000 (23:03 +0100)
Kernel/platform-trs80/devhd.c

index 069c405..0396a1b 100644 (file)
@@ -143,7 +143,7 @@ int hd_transfer(uint8_t minor, bool is_read, uint8_t rawflag)
                ct++;
                dptr += 256;
                sector++;
-               /* Cheaper than divison! */
+               /* Cheaper than division! */
                if (sector == 32) {
                        sector = 0;
                        head++;