Clarified a comment about retrieving content of boot catalog.

This commit is contained in:
Thomas Schmitt 2011-07-07 14:11:30 +02:00
parent 91a8be5262
commit 541b41b6a1
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ struct Iso_Boot
{
IsoNode node;
/* >>> ts B10703: want to get content of loaded boot catalog */
/* Vreixo took care not to make it an IsoFile at load time.
So i implement this independently of IsoStream.
/* Want to get content of loaded boot catalog.
Vreixo took care not to make it an IsoFile at load time.
So this is implemented independently of IsoStream.
*/
uint32_t lba;
off_t size;