diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-28 22:16:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-28 22:16:56 +0000 |
commit | e2cd18dfe3d0f6a949b92d4cbe789db1296379d7 (patch) | |
tree | 93bf25c261dcc8389ff907766ffb72f9aea748f1 /sys | |
parent | 5d5bca356a4cba11c0a5666a39a88aadebfbae63 (diff) |
of of
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/safe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/safe.c b/sys/dev/pci/safe.c index 6f8edf74fd8..4724ad7951d 100644 --- a/sys/dev/pci/safe.c +++ b/sys/dev/pci/safe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: safe.c,v 1.20 2006/06/29 21:34:51 deraadt Exp $ */ +/* $OpenBSD: safe.c,v 1.21 2007/02/28 22:16:55 deraadt Exp $ */ /*- * Copyright (c) 2003 Sam Leffler, Errno Consulting @@ -1555,7 +1555,7 @@ safe_feed(struct safe_softc *sc, struct safe_ringentry *re) * of an operation. The hardware requires that each ``particle'' * but the last in an operation result have the same size. We * fix that size at SAFE_MAX_DSIZE bytes. This routine returns - * 0 if some segment is not a multiple of of this size, 1 if all + * 0 if some segment is not a multiple of this size, 1 if all * segments are exactly this size, or 2 if segments are at worst * a multple of this size. */ |