Merge pull request #4057 from Lotterleben/shell_fix_typo

shell.h: fix tiny typo in documentation
This commit is contained in:
Kaspar Schleiser 2015-10-06 08:42:01 +02:00
commit a7bbc5eaac

View File

@ -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.
*