diff options
author | gibbs <gibbs@FreeBSD.org> | 2002-09-26 21:50:03 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2002-09-26 21:50:03 +0000 |
commit | c50c367ba19737551f8a21a3b3f604c52556ecdc (patch) | |
tree | 11db38ca22708e2184e3694434b49ed9e72fdd80 /sys | |
parent | 0e26efcc509804fb532465153938e6ddbc5d3860 (diff) | |
download | FreeBSD-src-c50c367ba19737551f8a21a3b3f604c52556ecdc.zip FreeBSD-src-c50c367ba19737551f8a21a3b3f604c52556ecdc.tar.gz |
Correct a spelling error.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 4ba02ae..a3b7d02 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#78 $ + * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#79 $ * * $FreeBSD$ */ @@ -3854,7 +3854,7 @@ ahc_shutdown(void *arg) /* * Reset the controller and record some information about it - * that is only availabel just after a reset. + * that is only available just after a reset. */ int ahc_reset(struct ahc_softc *ahc) |