From fac3feecdab46c5f1bf39b6c2529efb875a5d84d Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 16 Jan 2019 21:43:49 +0100 Subject: [PATCH] update comments --- include/villas/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/villas/node.h b/include/villas/node.h index c97bf7914..75ed11670 100644 --- a/include/villas/node.h +++ b/include/villas/node.h @@ -57,7 +57,7 @@ struct node_direction { int builtin; /**< This node should use built-in hooks by default. */ int vectorize; /**< Number of messages to send / recv at once (scatter / gather) */ - struct vlist hooks; /**< List of write hooks (struct hook). */ + struct vlist hooks; /**< List of read / write hooks (struct hook). */ struct vlist signals; /**< Signal description. */ json_t *cfg; /**< A JSON object containing the configuration of the node. */