diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
commit | e69fe706f10796309aef77a1726d7bbd9ef3fa41 (patch) | |
tree | b971a50b8647d28d9cb5c9c1a93781c889624f52 /sys/dev/isp/isp_target.c | |
parent | 010d68ca1c6a6f04e09a047a3682ff8fa338c986 (diff) | |
download | FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.zip FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.tar.gz |
Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
Diffstat (limited to 'sys/dev/isp/isp_target.c')
-rw-r--r-- | sys/dev/isp/isp_target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index 8d7a9d5..b0f7245 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -87,7 +87,7 @@ static void isp_handle_ctio2(struct ispsoftc *, ct2_entry_t *); * The third group that can show up in the response queue are Immediate * Notification events. These include things like notifications of SCSI bus * resets, or Bus Device Reset messages or other messages received. This - * a classic oddbins area. It can get a little wierd because you then turn + * a classic oddbins area. It can get a little weird because you then turn * around and acknowledge the Immediate Notify by writing an entry onto the * request queue and then the f/w turns around and gives you an acknowledgement * to *your* acknowledgement on the response queue (the idea being to let |