From 541b41b6a115695137e1ee6d0d90a2631d1ce225 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 7 Jul 2011 14:11:30 +0200 Subject: [PATCH] Clarified a comment about retrieving content of boot catalog. --- libisofs/eltorito.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libisofs/eltorito.h b/libisofs/eltorito.h index 47c8479..a72aaef 100644 --- a/libisofs/eltorito.h +++ b/libisofs/eltorito.h @@ -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;