arch: fix typo defafult -> default
Simple typo fix. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7ae749828f
commit
9f6c7838e5
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ SECTION_FUNC(TEXT, __swap)
|
|||
st _CAUSE_COOP, [r2, _thread_offset_to_relinquish_cause]
|
||||
|
||||
/*
|
||||
* Carve space for the return value. Setting it to a defafult of
|
||||
* Carve space for the return value. Setting it to a default of
|
||||
* -EAGAIN eliminates the need for the timeout code to set it.
|
||||
* If another value is ever needed, it can be modified with
|
||||
* _set_thread_return_value().
|
||||
|
|
|
@ -127,7 +127,7 @@ SECTION_FUNC(TEXT, __swap)
|
|||
pushl %ebp
|
||||
|
||||
/*
|
||||
* Carve space for the return value. Setting it to a defafult of
|
||||
* Carve space for the return value. Setting it to a default of
|
||||
* -EAGAIN eliminates the need for the timeout code to set it.
|
||||
* If another value is ever needed, it can be modified with
|
||||
* _set_thread_return_value().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue