From 9cfd2c5200e21dc9e83a972b7fc1d30ca3531ebd Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink <lotte.steenbrink@fu-berlin.de> Date: Mon, 31 Aug 2015 17:09:39 -0700 Subject: [PATCH] shell.h: fix tiny typo in documentation --- sys/include/shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/shell.h b/sys/include/shell.h index 3d8f02e8b4..301dd46d6f 100644 --- a/sys/include/shell.h +++ b/sys/include/shell.h @@ -35,7 +35,7 @@ extern "C" { /** * @brief Protype of a shell callback handler. - * @details The functions supplied to shell_init() must use this signature. + * @details The functions supplied to shell_run() must use this signature. * The argument list is terminated with a NULL, i.e ``argv[argc] == NULL`. * ``argv[0]`` is the function name. * -- GitLab