aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-06-16 11:37:14 +0200
committerlaforge <laforge@osmocom.org>2021-06-16 20:31:58 +0000
commitb6fd8edae979af945942fbfe009757dd7f7794da (patch)
tree8aa43bb07f51114dbafd38a4f95c3b0447a099ea
parentctrl: Support recovering from short write (diff)
downloadlibosmocore-b6fd8edae979af945942fbfe009757dd7f7794da.tar.xz
libosmocore-b6fd8edae979af945942fbfe009757dd7f7794da.zip
control_cmd: fix typo
Change-Id: I9deaee42aeb0ab0549cc7c4f180ad9c216b9df39
-rw-r--r--src/ctrl/control_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctrl/control_cmd.c b/src/ctrl/control_cmd.c
index 753e6cc8..e67df67e 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)