diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
| commit | dc733423474fd7365890fcf290b2e017d9907635 (patch) | |
| tree | f04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/dev/dpt | |
| parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt_control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dpt/dpt_control.c b/sys/dev/dpt/dpt_control.c index 3015a37ef252..2c8581919a13 100644 --- a/sys/dev/dpt/dpt_control.c +++ b/sys/dev/dpt/dpt_control.c @@ -36,7 +36,7 @@ * future. */ -#ident "$Id: dpt_control.c,v 1.2 1998/02/10 17:36:43 eivind Exp $" +#ident "$Id: dpt_control.c,v 1.3 1998/02/20 13:11:44 bde Exp $" #include "opt_dpt.h" @@ -175,7 +175,7 @@ dpt_minor2unit(int minor) /** * Given a minor device number, - * return the pointer to it's softc structure + * return the pointer to its softc structure */ static INLINE dpt_softc_t * |
