settings: fix typo in header file
Fixed a typo in the comments of settings.h Signed-off-by: Jun Li <jun.r.li@intel.com>
This commit is contained in:
parent
7f84001fd3
commit
7295954399
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ enum settings_export_tgt {
|
|||
* - val - buffer for a value.
|
||||
* - val_len_max - size of that buffer.
|
||||
*
|
||||
* @param settings_handler::h_set Sey value handler of settings items
|
||||
* @param settings_handler::h_set Set value handler of settings items
|
||||
* identified by keyword names. Parameters:
|
||||
* - argc - count of item in argv, argv - array of pointers to keyword names.
|
||||
* - val- pointer to value to be set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue