]> code.delx.au - refind/blobdiff - filesystems/fsw_hfs.c
BIOS-mode boot support now works when compiled with GNU-EFI
[refind] / filesystems / fsw_hfs.c
index deea0f8235014b585e2bb7e8bdd2de5bb472f573..22ac8da43f76cae9ab319160f7845dab890b9d87 100644 (file)
@@ -297,7 +297,7 @@ static fsw_status_t fsw_hfs_volume_mount(struct fsw_hfs_volume *vol)
         voldesc = NULL;
         fsw_set_blocksize(vol, block_size, block_size);
 
-        /* get volume name */
+        /* set default/fallback volume name */
         s.type = FSW_STRING_TYPE_ISO88591;
         s.size = s.len = kHFSMaxVolumeNameChars;
         s.data = "HFS+ volume";