From: Simon Goldschmidt Date: Tue, 13 Feb 2018 12:18:27 +0000 (+0100) Subject: fix spelling of 'functions' in 2 places (was 'funtcions') X-Git-Tag: v2018.03-rc3~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9095d5b8949fd4b278673e82c2025903ec0c0543;p=u-boot fix spelling of 'functions' in 2 places (was 'funtcions') Signed-off-by: Simon Goldschmidt --- 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); diff --git a/common/board_r.c b/common/board_r.c index 6349e86f71..482f506661 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -664,7 +664,7 @@ static int run_main_loop(void) /* * Over time we hope to remove these functions with code fragments and - * stub funtcions, and instead call the relevant function directly. + * stub functions, and instead call the relevant function directly. * * We also hope to remove most of the driver-related init and do it if/when * the driver is later used.