diff options
author | 2007-09-12 18:45:14 +0000 | |
---|---|---|
committer | 2007-09-12 18:45:14 +0000 | |
commit | c063904e7fbe6bba480644f7f38ea7b80df17515 (patch) | |
tree | 2083107299c8f2fbab66fe4bb1ecf0d98e190941 /sys/dev/vnd.c | |
parent | default weight has to remain 1; seen by Maurice Janssen (diff) | |
download | wireguard-openbsd-c063904e7fbe6bba480644f7f38ea7b80df17515.tar.xz wireguard-openbsd-c063904e7fbe6bba480644f7f38ea7b80df17515.zip |
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. */ |