summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-09-15 19:34:12 +0000
committerru <ru@FreeBSD.org>2005-09-15 19:34:12 +0000
commitbe9315654564439e4fd9624284447f6abd62eddb (patch)
tree423bdc3fbd2541197154028012f89cffe1e6c2bd /sys/dev/sn/if_sn.c
parentb729e912ca61300693d243d104d5956a07be67b3 (diff)
downloadFreeBSD-src-be9315654564439e4fd9624284447f6abd62eddb.zip
FreeBSD-src-be9315654564439e4fd9624284447f6abd62eddb.tar.gz
Spell "destroy" correctly.
Diffstat (limited to 'sys/dev/sn/if_sn.c')
-rw-r--r--sys/dev/sn/if_sn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c
index 51b818fd..b4dbd2e 100644
--- a/sys/dev/sn/if_sn.c
+++ b/sys/dev/sn/if_sn.c
@@ -235,7 +235,7 @@ sn_detach(device_t dev)
ether_ifdetach(ifp);
if_free(ifp);
sn_deactivate(dev);
- SN_LOCK_DESTORY(sc);
+ SN_LOCK_DESTROY(sc);
return 0;
}
OpenPOWER on IntegriCloud