diff options
author | Frediano Ziglio <frediano.ziglio@citrix.com> | 2012-08-02 09:31:23 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-10-09 14:15:00 +0100 |
commit | 38398b2bb77fcfbc8109bc837cfaa8fed7a836f1 (patch) | |
tree | fba5486bb8144e935db475ea97eec11485935229 | |
parent | 3862b19dcc6de2a2653bb9fbe4c6ad4f062d9714 (diff) | |
download | syslinux-38398b2bb77fcfbc8109bc837cfaa8fed7a836f1.tar.gz |
mboot: fix typo in comment
Signed-off-by: Frediano Ziglio <frediano.ziglio@citrix.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r-- | 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 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 |