Commit 13494168 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Pablo Neira Ayuso
Browse files

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: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 36d5b291
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@ struct ip6t_log_info {
	char prefix[30];
};

#endif /*_IPT_LOG_H*/
#endif /* _IP6T_LOG_H */