diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:47:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:47:57 +0000 |
commit | b79f7d8019552bffbfb9132282c9e400ed234e23 (patch) | |
tree | 746cae9358ef503518bb08df39c8d11a2ea50ded /sys/dev/ic/isp.c | |
parent | 3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff) |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/dev/ic/isp.c')
-rw-r--r-- | sys/dev/ic/isp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index ddf29d3d067..9aa32f59acd 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp.c,v 1.37 2006/05/31 23:25:27 krw Exp $ */ +/* $OpenBSD: isp.c,v 1.38 2007/04/10 17:47:55 miod Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -2254,7 +2254,7 @@ isp_scan_loop(struct ispsoftc *isp) continue; /* * We found this WWN elsewhere- it's changed - * loopids then. We don't change it's actual + * loopids then. We don't change its actual * position in our cached port database- we * just change the actual loop ID we'd use. */ @@ -5769,7 +5769,7 @@ isp_setdfltparm(struct ispsoftc *isp, int channel) /* * We default to Wide/Fast for versions less than a 1040 - * (unless it's SBus). + * (unless its SBus). */ if (IS_ULTRA3(isp)) { off = ISP_80M_SYNCPARMS >> 8; |