Remove biglinux FIXME comment. It's a non-issue

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-27 22:34:25 +02:00
parent 7ddbecf25f
commit 2a87d7d1b6
2 changed files with 1 additions and 2 deletions

View file

@ -190,7 +190,7 @@ grub_cmd_legacy_kernel (struct grub_command *mycmd __attribute__ ((unused)),
continue;
}
/* FIXME: what's the difference? */
/* linux16 handles both zImages and bzImages. */
if (argc >= 1 && (grub_strcmp (args[0], "--type=linux") == 0
|| grub_strcmp (args[0], "--type=biglinux") == 0))
{