spell: fix comment typos: /include/arch/*
Scanning for typos in comments and strings. Change-Id: I3d4db89e0824959252c79c19baa50028354247bd Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
c09b4b84fc
commit
2e5d517ee4
4 changed files with 9 additions and 9 deletions
|
@ -30,7 +30,7 @@ extern "C" {
|
|||
#define _NANO_ERR_ALLOCATION_FAIL (3) /* Kernel Allocation Failure */
|
||||
#define _NANO_ERR_SPURIOUS_INT (4) /* Spurious interrupt */
|
||||
|
||||
/* 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