diff options
author | 2011-03-14 06:36:17 +0000 | |
---|---|---|
committer | 2011-03-14 06:36:17 +0000 | |
commit | 902a3902c2c069c617d0fd368eafd7d29088bb85 (patch) | |
tree | 12b61936b0813b4d6f5a7a0f55559da19d6ea84b | |
parent | Accept broadcast frames so MCR0_BROADCAST bit must be zero; (diff) | |
download | wireguard-openbsd-902a3902c2c069c617d0fd368eafd7d29088bb85.tar.xz wireguard-openbsd-902a3902c2c069c617d0fd368eafd7d29088bb85.zip |
fix typo
patch from Gleydson Soares
ok dlg@
-rw-r--r-- | sys/net/pipex_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pipex_local.h b/sys/net/pipex_local.h index b4b39008cc2..2a8fc5a8637 100644 --- a/sys/net/pipex_local.h +++ b/sys/net/pipex_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex_local.h,v 1.10 2010/11/20 20:11:19 miod Exp $ */ +/* $OpenBSD: pipex_local.h,v 1.11 2011/03/14 06:36:17 yasuoka Exp $ */ /* * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -76,7 +76,7 @@ struct pipex_mppe { #ifdef PIPEX_PPPOE struct pipex_pppoe_session { - struct ifnet *over_ifp; /* ether inteface */ + struct ifnet *over_ifp; /* ether interface */ }; #endif /* PIPEX_PPPOE */ |