diff options
author | 2011-05-31 13:07:20 +0000 | |
---|---|---|
committer | 2011-05-31 13:07:20 +0000 | |
commit | c546574af14cd6c8b44f9e99a2d5d516b9de97f1 (patch) | |
tree | cfc919825f0b330f3b3b7d685ff7ebf37ae567b2 | |
parent | When running "make obj" before "make regress", the desired output (diff) | |
download | wireguard-openbsd-c546574af14cd6c8b44f9e99a2d5d516b9de97f1.tar.xz wireguard-openbsd-c546574af14cd6c8b44f9e99a2d5d516b9de97f1.zip |
fix typos in comment
-rw-r--r-- | sys/netinet/ip_gre.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index ce5fb8b2a3e..9c54f2784da 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_gre.c,v 1.40 2010/09/28 14:14:54 yasuoka Exp $ */ +/* $OpenBSD: ip_gre.c,v 1.41 2011/05/31 13:07:20 sthen Exp $ */ /* $NetBSD: ip_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */ /* @@ -275,8 +275,8 @@ gre_input(struct mbuf *m, ...) } /* - * Input routine for IPPRPOTO_MOBILE. - * This is a little bit diffrent from the other modes, as the + * Input routine for IPPROTO_MOBILE. + * This is a little bit different from the other modes, as the * encapsulating header was not prepended, but instead inserted * between IP header and payload. */ |