summaryrefslogtreecommitdiff
path: root/common
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 /common
parent34a5c4257a4f41675a3082df8c15444a1b9d58d7 (diff)
fix spelling of 'functions' in 2 places (was 'funtcions')
Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c2
1 files changed, 1 insertions, 1 deletions
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.