trivial: fixed typo addressible -> addressable

Change-Id: I1fde074c3747862fd34319ad7ae0bb8a9a8bb7e5
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-10-04 09:34:11 -04:00
commit 218e148ade

View file

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