summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2013-04-17 11:45:15 +0000
committergabor <gabor@FreeBSD.org>2013-04-17 11:45:15 +0000
commit188c638b60fe60e70310769b4c68de8ab101ae45 (patch)
tree0bc40bcd45f885e71a3eb81f70ca7998866dbf64 /sys/pci/ncr.c
parent3d6a89082dd54cd36101ae25fb261f0129a5770d (diff)
downloadFreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.zip
FreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.tar.gz
- Corrrect mispellings of word useful
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 70b08c7..2dfba61 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -4857,7 +4857,7 @@ static void ncr_getsync(ncb_p np, u_char sfac, u_char *fakp, u_char *scntl3p)
*/
fak = (kpc - 1) / div_10M[div] + 1;
-#if 0 /* You can #if 1 if you think this optimization is usefull */
+#if 0 /* You can #if 1 if you think this optimization is useful */
per = (fak * div_10M[div]) / clk;
OpenPOWER on IntegriCloud