diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-02-07 22:30:42 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-02-07 22:30:42 +0000 |
commit | d60a1d1ef45edbc472cb814781a2cf6f73bdebe8 (patch) | |
tree | ad190565aba424d500150983e812d84ffd8071dc /sys/net/flowtable.h | |
parent | ba54076e2ede93538654d0d88451df481bdd1d26 (diff) |
Fix comment.
Notes
Notes:
svn path=/head/; revision=261613
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r-- | sys/net/flowtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h index c972fd19b352..143ec7d7991d 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_ */ |