doc: fix misspelling in API doxygen comments
Fix misspellings in API doxygen comments missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
c1c82b7570
commit
73896c0bf0
13 changed files with 18 additions and 18 deletions
|
@ -75,7 +75,7 @@ void shell_history_mode_exit(struct shell_history *history);
|
|||
* @param[in] history Shell history instance.
|
||||
* @param[in] up Direction.
|
||||
* @param[out] dst Buffer where line is copied.
|
||||
* @param[in,out] len Buffer size (intput), amount of copied
|
||||
* @param[in,out] len Buffer size (input), amount of copied
|
||||
* data (output).
|
||||
* @return True if remains in history mode.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue