diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-05-23 23:26:57 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-05-23 23:26:57 +0000 |
commit | 11c3b81d9bd45104041e17bc1486f0043664016a (patch) | |
tree | b652c90e4165c3f9dcdee9b10a34c8407e65bcc9 /sys/dev/i2o | |
parent | 320ba3a619a76d72a797f70d3f61f35d7d28247e (diff) |
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Diffstat (limited to 'sys/dev/i2o')
-rw-r--r-- | sys/dev/i2o/ioprbs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2o/ioprbs.c b/sys/dev/i2o/ioprbs.c index 2e0aa42d27a..8e8ec32bcdb 100644 --- a/sys/dev/i2o/ioprbs.c +++ b/sys/dev/i2o/ioprbs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ioprbs.c,v 1.5 2004/04/12 22:12:32 jmc Exp $ */ +/* $OpenBSD: ioprbs.c,v 1.6 2005/05/23 23:26:55 tedu Exp $ */ /* * Copyright (c) 2001 Niklas Hallqvist @@ -654,7 +654,7 @@ ioprbs_adjqparam(struct device *dv, int mpi) struct iop_softc *iop; /* - * AMI controllers seem to loose the plot if you hand off lots of + * AMI controllers seem to lose the plot if you hand off lots of * queued commands. */ iop = (struct iop_softc *)dv->dv_parent; |