Use American English
This commit is contained in:
@@ -51,7 +51,7 @@ void UnwInvalidateRegisterFile(RegData *regFile) {
|
||||
|
||||
|
||||
/**
|
||||
* Initialise the data used for unwinding.
|
||||
* Initialize the data used for unwinding.
|
||||
*/
|
||||
void UnwInitState(UnwState * const state, /**< Pointer to structure to fill. */
|
||||
const UnwindCallbacks *cb, /**< Callbacks. */
|
||||
|
@@ -44,7 +44,7 @@ UnwResult UnwindStart(UnwindFrame* frame, const UnwindCallbacks *cb, void *data)
|
||||
/* We don't have unwind information tables */
|
||||
UnwState state;
|
||||
|
||||
/* Initialise the unwinding state */
|
||||
/* Initialize the unwinding state */
|
||||
UnwInitState(&state, cb, data, frame->pc, frame->sp);
|
||||
|
||||
/* Check the Thumb bit */
|
||||
|
Reference in New Issue
Block a user