doc: fix misspelling in kernel.h API doc
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
c727923496
commit
8065dbc314
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ struct _k_object {
|
|||
* @return 0 If the object is valid
|
||||
* -EBADF if not a valid object of the specified type
|
||||
* -EPERM If the caller does not have permissions
|
||||
* -EINVAL Object is not intitialized
|
||||
* -EINVAL Object is not initialized
|
||||
*/
|
||||
int _k_object_validate(void *obj, enum k_objects otype, int init);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue