@@ -411,7 +411,7 @@ Long64_t TTreeIndex::FindValues(Long64_t major, Long64_t minor) const
411411// / If it finds a pair that maches val, it returns directly the
412412// / index in the table, otherwise it returns -1.
413413// / \warning Due to internal architecture details, the maximum value for `(major, minor)`
414- // / for which the function works correctly and consistently in all platforms is `0xFFFFFFFFFFFF `, which is less than `kMaxLong64`.
414+ // / for which the function works correctly and consistently in all platforms is `0xFFFFFFFFFFFF0 `, which is less than `kMaxLong64`.
415415// / If an entry corresponding to major and minor is not found, the function
416416// / returns the index of the major,minor pair immediately lower than the
417417// / requested value, ie it will return -1 if the pair is lower than
@@ -441,7 +441,7 @@ Long64_t TTreeIndex::GetEntryNumberWithBestIndex(Long64_t major, Long64_t minor)
441441// / If it finds a pair that maches val, it returns directly the
442442// / index in the table, otherwise it returns -1.
443443// / \warning Due to internal architecture details, the maximum value for `(major, minor)`
444- // / for which the function works correctly and consistently in all platforms is `0xFFFFFFFFFFFF `, which is less than `kMaxLong64`.
444+ // / for which the function works correctly and consistently in all platforms is `0xFFFFFFFFFFFF0 `, which is less than `kMaxLong64`.
445445// /
446446// / See also GetEntryNumberWithBestIndex
447447
0 commit comments