From fc06438c08658cf13e7d523fc6ae71086e051b83 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 27 Mar 2007 11:25:18 +0000 Subject: more grammar fixups; from bret lambert and myself --- sys/dev/pci/arc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') 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 @@ -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) -- cgit v1.2.3