svn commit: r261613 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Fri Feb 7 22:30:43 UTC 2014


Author: glebius
Date: Fri Feb  7 22:30:42 2014
New Revision: 261613
URL: http://svnweb.freebsd.org/changeset/base/261613

Log:
  Fix comment.

Modified:
  head/sys/net/flowtable.h

Modified: head/sys/net/flowtable.h
==============================================================================
--- head/sys/net/flowtable.h	Fri Feb  7 22:15:48 2014	(r261612)
+++ head/sys/net/flowtable.h	Fri Feb  7 22:30:42 2014	(r261613)
@@ -75,4 +75,4 @@ void flow_to_route_in6(struct flentry *f
 #endif
 
 #endif /* _KERNEL */
-#endif /* _NET_FLOWTABLE_H_ */
+#endif /* !_NET_FLOWTABLE_H_ */


More information about the svn-src-all mailing list