trivial: fixed typo addressible -> addressable
Change-Id: I1fde074c3747862fd34319ad7ae0bb8a9a8bb7e5 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
46b11bebc0
commit
218e148ade
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ included by the nanokernel interface architecture-abstraction header
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* APIs need to support non-byte addressible architectures */
|
||||
/* APIs need to support non-byte addressable architectures */
|
||||
|
||||
#define OCTET_TO_SIZEOFUNIT(X) (X)
|
||||
#define SIZEOFUNIT_TO_OCTET(X) (X)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue