aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>2018-02-13 13:18:27 +0100
committerTom Rini <trini@konsulko.com>2018-02-13 23:24:22 -0500
commit9095d5b8949fd4b278673e82c2025903ec0c0543 (patch)
treeeff3d05c6a0a2cd2a2a162ae8f2ddf07e26fff18 /arch/sandbox
parent34a5c4257a4f41675a3082df8c15444a1b9d58d7 (diff)
downloadu-boot-midas-9095d5b8949fd4b278673e82c2025903ec0c0543.tar.gz
u-boot-midas-9095d5b8949fd4b278673e82c2025903ec0c0543.tar.bz2
u-boot-midas-9095d5b8949fd4b278673e82c2025903ec0c0543.zip
fix spelling of 'functions' in 2 places (was 'funtcions')
Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/cpu/state.c2
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);