]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
fix spelling of 'functions' in 2 places (was 'funtcions')
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Tue, 13 Feb 2018 12:18:27 +0000 (13:18 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 04:24:22 +0000 (23:24 -0500)
Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
arch/sandbox/cpu/state.c
common/board_r.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);
index 6349e86f71ae0f07b81e0991175843856a82daaf..482f506661676c655a88a635fe53800d8aa9fdc6 100644 (file)
@@ -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.