From: Frediano Ziglio Date: Thu, 2 Aug 2012 08:31:23 +0000 (+0100) Subject: mboot: fix typo in comment X-Git-Tag: syslinux-4.06-pre13~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38398b2bb77fcfbc8109bc837cfaa8fed7a836f1;p=platform%2Fupstream%2Fsyslinux.git mboot: fix typo in comment Signed-off-by: Frediano Ziglio Signed-off-by: Matt Fleming --- diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c index 35450e0..10e6701 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