diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-04-26 01:24:02 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-04-26 01:24:02 +0000 |
commit | 62c4204683479030d5f64096c000b81c2acb0000 (patch) | |
tree | 85310636fecd467e64770813d9fc905593ba320c | |
parent | 18eff923f5c117fa85a12aca25f66dd792c024bf (diff) |
Typo, paket -> packet.
-rw-r--r-- | sys/net/if_gif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index 4dc83de66a5..67249c1e99d 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gif.c,v 1.47 2007/12/20 02:53:02 brad Exp $ */ +/* $OpenBSD: if_gif.c,v 1.48 2008/04/26 01:24:01 brad Exp $ */ /* $KAME: if_gif.c,v 1.43 2001/02/20 08:51:07 itojun Exp $ */ /* @@ -208,7 +208,7 @@ gif_start(ifp) m_tag_prepend(m, mtag); /* - * remove multicast and broadcast flags or encapsulated paket + * Remove multicast and broadcast flags or encapsulated packet * ends up as multicast or broadcast packet. */ m->m_flags &= ~(M_BCAST|M_MCAST); |