From: Alan Cox Date: Sun, 17 May 2015 22:03:36 +0000 (+0100) Subject: trs80: fix typo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=56b7b4fd04bf540a638fe65251f926e81487f126;p=FUZIX.git trs80: fix typo --- diff --git a/Kernel/platform-trs80/devhd.c b/Kernel/platform-trs80/devhd.c index 069c4059..0396a1b5 100644 --- a/Kernel/platform-trs80/devhd.c +++ b/Kernel/platform-trs80/devhd.c @@ -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++;