From: Fernando Fernandez Mancera Date: Sat, 21 Jul 2018 19:39:09 +0000 (+0200) Subject: src: fix a typo in socket.h X-Git-Tag: v0.9.1~354 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8c35865d3ed2e8399f7630891be650a188dc3b9;p=thirdparty%2Fnftables.git 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 --- 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