]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Remove stale
authorColin Watson <cjwatson@ubuntu.com>
Mon, 28 Mar 2011 14:17:22 +0000 (15:17 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 28 Mar 2011 14:17:22 +0000 (15:17 +0100)
comment.

ChangeLog
grub-core/disk/mdraid1x_linux.c

index 24b60841733f4add1e02773216b61e70dfc59ffd..d6afea1d2d33804acac3286125ccae8dab3f5753 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-28  Colin Watson  <cjwatson@debian.org>
+
+       * grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Remove stale
+       comment.
+
 2011-03-28  Colin Watson  <cjwatson@debian.org>
 
        * grub-core/disk/raid.c (grub_raid_register): Adjust debug message
index f2e7555cb06203d03f52b7664bbdef8ef711a0c8..296d1375bdcd5bdf23d94f811fc5eba2aecd6b16 100644 (file)
@@ -110,7 +110,6 @@ grub_mdraid_detect (grub_disk_t disk, struct grub_raid_array *array,
   struct grub_raid_super_1x sb;
   grub_uint8_t minor_version;
 
-  /* The sector where the mdraid 0.90 superblock is stored, if available.  */
   size = grub_disk_get_size (disk);
 
   /* Check for an 1.x superblock.