summaryrefslogtreecommitdiffstats
path: root/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
commitefed5bc4a81566b5abc6bb7b201c2e237b334104 (patch)
tree1806969f66843f6075f0fb8bd776300759a75eb8 /include
parentc56a31a93aff5f1005689b497a12bec424775783 (diff)
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/ebtables_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h
index 0082c57..09b7e58 100644
--- a/include/ebtables_u.h
+++ b/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;
};