diff options
Diffstat (limited to 'common/board_r.c')
-rw-r--r-- | common/board_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c index 6349e86f71a..482f5066616 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. |