netfilter: ip6t_LOG: Fix a typo in a comment
s/_IPT_LOG_H/_IP6T_LOG_H/ While at it add some surrounding space to ease reading. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
36d5b29132
commit
134941683b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ struct ip6t_log_info {
|
|||
char prefix[30];
|
||||
};
|
||||
|
||||
#endif /*_IPT_LOG_H*/
|
||||
#endif /* _IP6T_LOG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue