Some comment updates

This commit is contained in:
Ingo Weinhold 2013-05-14 19:03:34 +02:00
parent 0ee1651856
commit 21ee6d5cdc
2 changed files with 4 additions and 1 deletions

View File

@ -390,6 +390,9 @@ private:
};
// #pragma mark - HeapAttributeOffsetter
struct PackageWriterImpl::HeapAttributeOffsetter {
HeapAttributeOffsetter(const RangeArray<off_t>& ranges,
const Array<off_t>& deltas)

View File

@ -399,7 +399,7 @@ WriterImplBase::RegisterPackageInfo(PackageAttributeList& attributeList,
packager->string = fPackageStringCache.Get(packageInfo.Packager().String());
attributeList.Add(packager);
// base package
// base package (optional)
if (!packageInfo.BasePackage().IsEmpty()) {
PackageAttribute* basePackage = new PackageAttribute(
B_HPKG_ATTRIBUTE_ID_PACKAGE_BASE_PACKAGE,