arch: fix typo defafult -> default

Simple typo fix.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-01-05 22:44:23 -05:00 committed by Anas Nashif
commit 9f6c7838e5
2 changed files with 2 additions and 2 deletions

View file

@ -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().

View file

@ -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().