Commit 218e148a authored by Anas Nashif's avatar Anas Nashif
Browse files

trivial: fixed typo addressible -> addressable



Change-Id: I1fde074c3747862fd34319ad7ae0bb8a9a8bb7e5
Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 46b11beb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)