1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

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