diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2007-09-12 18:45:15 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2007-09-12 18:45:15 +0000 |
commit | 686a66fd14ac65920ed413c064f082baa2c970c6 (patch) | |
tree | dc48e3d2d3c07561ce469e12baed7b1b301d8766 /sys/dev/vnd.c | |
parent | cdd25cbf34611ba7748b414a7991ac18b7611803 (diff) |
There is no such word as `detatch'.
ok mglocker
Diffstat (limited to 'sys/dev/vnd.c')
-rw-r--r-- | sys/dev/vnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c index e6fbb70de64..7e7549df0b0 100644 --- a/sys/dev/vnd.c +++ b/sys/dev/vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vnd.c,v 1.81 2007/09/11 13:39:33 gilles Exp $ */ +/* $OpenBSD: vnd.c,v 1.82 2007/09/12 18:45:14 mk Exp $ */ /* $NetBSD: vnd.c,v 1.26 1996/03/30 23:06:11 christos Exp $ */ /* @@ -838,7 +838,7 @@ vndioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p) free(vnd->sc_keyctx, M_DEVBUF); } - /* Detatch the disk. */ + /* Detach the disk. */ disk_detach(&vnd->sc_dk); /* This must be atomic. */ |