diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-03-15 20:50:24 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-03-15 20:50:24 +0000 |
commit | 6cf158f9338063ed621f5853e157f4ce8c165da9 (patch) | |
tree | 7397252e5e5efb05e6389d937cfc545b9c30a910 /sys/dev/ic/aic79xx.c | |
parent | 6ff120d1f244819f4d704b0a461af8f88f264752 (diff) |
'accomodate' -> 'accommodate' in comments.
Started by diff from Mical Mazurek.
Diffstat (limited to 'sys/dev/ic/aic79xx.c')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index e2cdb5e828a..6cc466f176b 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.59 2015/12/17 19:35:24 tedu Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.60 2016/03/15 20:50:22 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -10413,7 +10413,7 @@ void ahd_outw(struct ahd_softc *ahd, u_int port, u_int value) { /* - * Write low byte first to accomodate registers + * Write low byte first to accommodate registers * such as PRGMCNT where the order maters. */ ahd_outb(ahd, port, value & 0xFF); |