aboutsummaryrefslogtreecommitdiff
path: root/core/flash.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2016-06-20 16:06:25 +0800
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-06-20 18:12:34 +1000
commit6732b6ffef3c72021fad31719effdf553a7f33b9 (patch)
tree53995dc652b29f0ec1552d30816462015f1440d0 /core/flash.c
parentef34dfd5d9ef40214df5872cac2ce7ac50cb02be (diff)
downloadskiboot-6732b6ffef3c72021fad31719effdf553a7f33b9.zip
skiboot-6732b6ffef3c72021fad31719effdf553a7f33b9.tar.gz
skiboot-6732b6ffef3c72021fad31719effdf553a7f33b9.tar.bz2
ccore/fflash.c: Ffix ttypo iin fflash eerror mmessage
wwhich -> which. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/flash.c')
-rw-r--r--core/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flash.c b/core/flash.c
index 6c0d2ff..da97309 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;
}