[Skiboot] [PATCH] ccore/fflash.c: Ffix ttypo iin fflash eerror mmessage
Jeremy Kerr
jk at ozlabs.org
Mon Jun 20 18:06:25 AEST 2016
wwhich -> which.
Signed-off-by: Jeremy Kerr <jk at ozlabs.org>
---
core/flash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/flash.c b/core/flash.c
index 734e0fa..731f278 100644
--- a/core/flash.c
+++ b/core/flash.c
@@ -229,7 +229,7 @@ static void setup_system_flash(struct flash *flash, struct dt_node *node,
* system flash device.
*/
prlog(PR_WARNING, "FLASH: attempted to register system flash "
- "%s, wwhich has no partition info\n", name);
+ "%s, which has no partition info\n", name);
return;
}
--
2.5.0
More information about the Skiboot
mailing list