diff options
-rw-r--r-- | include/ebtables_u.h | 2 |
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; }; |