summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-25 12:29:11 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-25 12:29:11 +0000
commitacd87b2c8e0d070d13b6e786b26b2dc184d2a130 (patch)
tree2b5b167612d836dfeb83f417ee6f13ab725f9167 /userspace/ebtables2/include
parentf2d35d39462dc8749ff1f992c71d8205dc412a8d (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2/include')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index 0082c57..09b7e58 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -42,7 +42,7 @@ struct ebt_u_chain_list
{
struct ebt_u_entries *udc;
struct ebt_u_chain_list *next;
- // this is only used internally, in communications.c
+ // this is only used internally, in communication.c
char *kernel_start;
};