diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-05-03 14:33:51 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-05-03 14:33:51 +0000 |
commit | 7d5efb47ae9253ac3d54f6a0c2323d0d8344c32d (patch) | |
tree | 03605c7eab29f8f7f73b524fab634c13ce4456aa | |
parent | 465c4d72500d213fd2692f3573c8fb2721ffe26a (diff) |
typo, automaticaly -> automatically
-rw-r--r-- | sys/net/if_tun.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 327006bde8e..218dd549022 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tun.c,v 1.64 2004/11/11 10:42:04 mpf Exp $ */ +/* $OpenBSD: if_tun.c,v 1.65 2005/05/03 14:33:50 brad Exp $ */ /* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */ /* @@ -330,7 +330,7 @@ tunopen(dev_t dev, int flag, int mode, struct proc *p) ifp = &tp->tun_if; tp->tun_flags |= TUN_OPEN; - /* automaticaly UP the interface on open */ + /* automatically UP the interface on open */ s = splimp(); if_up(ifp); splx(s); |