diff options
author | marius <marius@FreeBSD.org> | 2011-04-22 13:56:21 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2011-04-22 13:56:21 +0000 |
commit | 43a3d793a3fd247e99e47fa13e71f6bcd307d34c (patch) | |
tree | 7a43a386361395b6ee5352ce446a5d892c7c426a /sys | |
parent | 7565c101ac324d5084b80b32aab449be8d40874b (diff) | |
download | FreeBSD-src-43a3d793a3fd247e99e47fa13e71f6bcd307d34c.zip FreeBSD-src-43a3d793a3fd247e99e47fa13e71f6bcd307d34c.tar.gz |
Correct spelling in comments.
Submitted by: brucec
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/esp/ncr53c9x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index 542f6c6..9373420 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -2560,7 +2560,7 @@ again: * XXX This will cause a chip reset and will * prevent us from finding out the real * problem with the device. However, it's - * neccessary until a way can be found to + * necessary until a way can be found to * safely cancel the DMA that is in * progress. */ |