]> git.sur5r.net Git - u-boot/blobdiff - common/board_r.c
fix spelling of 'functions' in 2 places (was 'funtcions')
[u-boot] / common / board_r.c
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.