diff options
Diffstat (limited to 'sys/dev/ic/dpt.c')
-rw-r--r-- | sys/dev/ic/dpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c index 15056140ff6..f1a6c59dd0c 100644 --- a/sys/dev/ic/dpt.c +++ b/sys/dev/ic/dpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dpt.c,v 1.11 2005/12/03 16:53:16 krw Exp $ */ +/* $OpenBSD: dpt.c,v 1.12 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: dpt.c,v 1.12 1999/10/23 16:26:33 ad Exp $ */ /*- @@ -430,7 +430,7 @@ dpt_init(sc, intrstr) /* * Our 'shutdownhook' to cleanly shut down the HBA. The HBA must flush - * all data from it's cache and mark array groups as clean. + * all data from its cache and mark array groups as clean. */ void dpt_shutdown(xxx_sc) |