]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/cpu/state.c
fix spelling of 'functions' in 2 places (was 'funtcions')
[people/ms/u-boot.git] / arch / sandbox / cpu / state.c
index 07584486dbea7c35e69fb83afefd2c974c7f7053..862a71ddce8ca086541c7036482969633d43805d 100644 (file)
@@ -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);