Skip to content
Snippets Groups Projects
Commit a7bbc5ea authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

Merge pull request #4057 from Lotterleben/shell_fix_typo

shell.h: fix tiny typo in documentation
parents cd56b14f 9cfd2c52
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment