From d60a1d1ef45edbc472cb814781a2cf6f73bdebe8 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Fri, 7 Feb 2014 22:30:42 +0000 Subject: [PATCH] Fix comment. --- sys/net/flowtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h index c972fd19b35..143ec7d7991 100644 --- a/sys/net/flowtable.h +++ b/sys/net/flowtable.h @@ -75,4 +75,4 @@ void flow_to_route_in6(struct flentry *fl, struct route_in6 *ro); #endif #endif /* _KERNEL */ -#endif /* _NET_FLOWTABLE_H_ */ +#endif /* !_NET_FLOWTABLE_H_ */