diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-05-31 13:07:21 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-05-31 13:07:21 +0000 |
commit | e6d59f8085bbfb29e0945b070307c616fdc3b6eb (patch) | |
tree | a34dfb653369e12c2bce10d12323e8afffa944f2 | |
parent | 3bb0c35a22f99650831b39d21c925806fdfd07f5 (diff) |
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. */ |