diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-27 11:25:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-27 11:25:18 +0000 |
commit | fc06438c08658cf13e7d523fc6ae71086e051b83 (patch) | |
tree | 9d87d989108b835a9c7178edde2bcf5b2f951a46 /sys | |
parent | ad768376bc269136c6ef1aa27207624f7ffce5d8 (diff) |
more grammar fixups; from bret lambert and myself
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/arc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c index 46e59d2196d..d722f5220f6 100644 --- a/sys/dev/pci/arc.c +++ b/sys/dev/pci/arc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc.c,v 1.60 2007/03/27 11:22:59 jmc Exp $ */ +/* $OpenBSD: arc.c,v 1.61 2007/03/27 11:25:17 jmc Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -1102,9 +1102,9 @@ arc_bio_inq(struct arc_softc *sc, struct bioc_inq *bi) goto out; /* - * i cant find an easy way to see if the volume exists or not - * except to say that if it has no capacity then it isnt there. - * ignore passthru volumes, bioc_vol doesnt understand them. + * I can't find an easy way to see if the volume exists or not + * except to say that if it has no capacity then it isn't there. + * Ignore passthru volumes, bioc_vol doesn't understand them. */ if (volinfo->capacity != 0 && volinfo->raid_level != ARC_FW_VOL_RAIDLEVEL_PASSTHRU) |