Index: common/printf/printf_core.c
===================================================================
--- common/printf/printf_core.c	(revision 694ca3d6a8a1e66e61249ea01e128d7d66908dae)
+++ common/printf/printf_core.c	(revision 9c40b834b80ea3b3dd4beec40d348609791267f7)
@@ -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++;
