Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 22:30:42 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261613 - head/sys/net
Message-ID:  <201402072230.s17MUgHQ044740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402072230.s17MUgHQ044740>