kernel: syscall_handler.h: Typo fix in docstring

Should be "fails" instead of "files".

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2018-10-17 13:40:43 +03:00 committed by Anas Nashif
parent fe7416a27e
commit b779ea2d19

View File

@ -437,7 +437,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
/**
* @brief Runtime check kernel object pointer for non-init functions
*
* Calls _k_object_validate and triggers a kernel oops if the check files.
* Calls _k_object_validate and triggers a kernel oops if the check fails.
* For use in system call handlers which are not init functions; a fatal
* error will occur if the object is not initialized.
*