From 38398b2bb77fcfbc8109bc837cfaa8fed7a836f1 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 2 Aug 2012 09:31:23 +0100 Subject: mboot: fix typo in comment Signed-off-by: Frediano Ziglio Signed-off-by: Matt Fleming --- com32/mboot/mboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c index 35450e03..10e6701c 100644 --- a/com32/mboot/mboot.c +++ b/com32/mboot/mboot.c @@ -198,7 +198,7 @@ int main(int argc, char *argv[]) } if (init_map()) - return 1; /* Failed to allocate intitial map */ + return 1; /* Failed to allocate initial map */ /* * Map the primary image. This should be done before mapping anything -- cgit v1.2.1