diff --git a/include/grub/emu/hostdisk.h b/include/grub/emu/hostdisk.h index e006f0b..2eb0f0c 100644 --- a/include/grub/emu/hostdisk.h +++ b/include/grub/emu/hostdisk.h @@ -1,4 +1,4 @@ -/* biosdisk.h - emulate biosdisk */ +/* hostdisk.h - emulate biosdisk */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2002,2007 Free Software Foundation, Inc. diff --git a/util/setup.c b/util/setup.c index 8aa5a39..902e4a9 100644 --- a/util/setup.c +++ b/util/setup.c @@ -1,4 +1,4 @@ -/* grub-setup.c - make GRUB usable */ +/* setup.c - make GRUB usable */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc.