docs: fix misspelling across the tree
Found a few annoying typos and figured I better run script and fix anything it can find, here are the results... Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b023fbf938
commit
f2cb20c772
133 changed files with 191 additions and 191 deletions
|
@ -183,7 +183,7 @@ struct apic_regs {
|
|||
|
||||
#define _apic (*((volatile struct apic_regs *)0xfee00000ll))
|
||||
|
||||
/* Crazy encoding for this, but susceptable to a formula. Returns the
|
||||
/* Crazy encoding for this, but susceptible to a formula. Returns the
|
||||
* DIVIDE_CONF register value that divides the input clock by 2^n (n
|
||||
* in the range 0-7).
|
||||
*/
|
||||
|
|
|
@ -58,7 +58,7 @@ static inline void *xuk_get_g_ptr()
|
|||
*
|
||||
* + Values from 0x100 to 0x1ff are mapped to raw vectors 0x00-0xff
|
||||
* and can be used for handling exceptions, for INT instructions, or
|
||||
* for MSI- or IPI-directed interrupts that specifiy specific
|
||||
* for MSI- or IPI-directed interrupts that specify specific
|
||||
* vectors.
|
||||
*
|
||||
* + Values outside this range may be exposed symbolically for other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue