Skip to content

Commit 0723d69

Browse files
committed
io/nfc: add comment
1 parent 164cf7b commit 0723d69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tree/tree/src/TBranch.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,7 @@ Int_t TBranch::FillEntryBuffer(TBasket* basket, TBuffer* buf, Int_t& lnew)
979979
fEntryBuffer->SetBufferOffset(objectStart);
980980
*fEntryBuffer >> tag;
981981
if (tag & kByteCountMask) {
982+
// Ignore byte count.
982983
*fEntryBuffer >> tag;
983984
}
984985
if (tag == kNewClassTag) {
@@ -1457,7 +1458,7 @@ bool TBranch::SupportsBulkRead() const {
14571458
/// the number of elements corresponding to each entries.
14581459
///
14591460
/// For each entry the number of elements is the multiplication of
1460-
///
1461+
///
14611462
/// ~~~{.cpp}
14621463
/// TLeaf *leaf = static_cast<TLeaf*>(branch->GetListOfLeaves()->At(0));
14631464
/// auto len = leaf->GetLen();

0 commit comments

Comments
 (0)