Index: common/printf/printf_core.c
===================================================================
--- common/printf/printf_core.c	(revision 694ca3d6a8a1e66e61249ea01e128d7d66908dae)
+++ common/printf/printf_core.c	(revision 9d5cea69a2052df407ab967b3b8d3b2508f47151)
@@ -504,5 +504,5 @@
 		switch (base) {
 		case 2:
-			/* Binary formating is not standard, but usefull */
+			/* Binary formating is not standard, but useful */
 			if (printf_putchar('0', ps) == 1)
 				counter++;
