control_cmd: fix typo

Change-Id: I9deaee42aeb0ab0549cc7c4f180ad9c216b9df39
This commit is contained in:
Philipp Maier 2021-06-16 11:37:14 +02:00 committed by laforge
parent d1b0716242
commit b6fd8edae9
1 changed files with 1 additions and 1 deletions

View File

@ -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)