From b6fd8edae979af945942fbfe009757dd7f7794da Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 16 Jun 2021 11:37:14 +0200 Subject: [PATCH] control_cmd: fix typo Change-Id: I9deaee42aeb0ab0549cc7c4f180ad9c216b9df39 --- src/ctrl/control_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctrl/control_cmd.c b/src/ctrl/control_cmd.c index 753e6cc8d..e67df67ec 100644 --- a/src/ctrl/control_cmd.c +++ b/src/ctrl/control_cmd.c @@ -207,7 +207,7 @@ failure: } /*! Install a given command definition at a given CTRL node. - * \param[in] node CTRL node at whihc \a cmd is to be installed + * \param[in] node CTRL node at which \a cmd is to be installed * \param[in] cmd command definition to be installed * \returns 0 on success; negative on error */ int ctrl_cmd_install(enum ctrl_node_type node, struct ctrl_cmd_element *cmd)