diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sandbox/cpu/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/cpu/state.c b/arch/sandbox/cpu/state.c index 07584486db..862a71ddce 100644 --- a/arch/sandbox/cpu/state.c +++ b/arch/sandbox/cpu/state.c @@ -153,7 +153,7 @@ int sandbox_read_state(struct sandbox_state *state, const char *fname) return ret; } - /* Call all the state read funtcions */ + /* Call all the state read functions */ got_err = false; blob = state->state_fdt; io = ll_entry_start(struct sandbox_state_io, state_io); |