From f8c35865d3ed2e8399f7630891be650a188dc3b9 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Sat, 21 Jul 2018 21:39:09 +0200 Subject: src: fix a typo in socket.h Fix a typo in socket_template struct description. Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Florian Westphal --- include/socket.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/socket.h b/include/socket.h index 1814974c..fbfddd11 100644 --- a/include/socket.h +++ b/include/socket.h @@ -1,10 +1,8 @@ #ifndef NFTABLES_SOCKET_H #define NFTABLES_SOCKET_H -//#include - /** - * struct rt_template - template for routing expressions + * struct socket_template - template for routing expressions * * @token: parser token for the expression * @dtype: data type of the expression -- cgit v1.2.3