shell.h: fix tiny typo in documentation

This commit is contained in:
Lotte Steenbrink 2015-08-31 17:09:39 -07:00
parent cd56b14fd0
commit 9cfd2c5200

View File

@ -35,7 +35,7 @@ extern "C" {
/** /**
* @brief Protype of a shell callback handler. * @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`. * The argument list is terminated with a NULL, i.e ``argv[argc] == NULL`.
* ``argv[0]`` is the function name. * ``argv[0]`` is the function name.
* *