[syslinux:master] mboot: fix typo in comment

syslinux-bot for Frediano Ziglio frediano.ziglio at citrix.com
Mon Oct 22 12:51:16 PDT 2012


Commit-ID:  38398b2bb77fcfbc8109bc837cfaa8fed7a836f1
Gitweb:     http://www.syslinux.org/commit/38398b2bb77fcfbc8109bc837cfaa8fed7a836f1
Author:     Frediano Ziglio <frediano.ziglio at citrix.com>
AuthorDate: Thu, 2 Aug 2012 09:31:23 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Tue, 9 Oct 2012 14:15:00 +0100

mboot: fix typo in comment

Signed-off-by: Frediano Ziglio <frediano.ziglio at citrix.com>
Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 com32/mboot/mboot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


More information about the Syslinux-commits mailing list