Skip to content
Snippets Groups Projects
Commit 39b6369f authored by Philippe Canal's avatar Philippe Canal
Browse files

Spelling in doc

parent 676981cd
No related branches found
No related tags found
No related merge requests found
......@@ -1341,8 +1341,8 @@ Bool_t TTreeCache::FillBuffer()
if (nReadPrefRequest && entries[j] > (reqRanges.AllIncludedRange().fMax + 1)) {
// There is a gap between this basket and the max of the 'lowest' already loaded basket
// If we tight in memory, reading this basket may prevent reading the basket (for the other branches)
// that covers this gap, forcing those basket to be read uncached (because the cache wont be reloaded
// If we are tight in memory, reading this basket may prevent reading the basket (for the other branches)
// that covers this gap, forcing those baskets to be read uncached (because the cache wont be reloaded
// until we use this basket).
// eg. We could end up with the cache containg
// b1: [428, 514[ // 'this' basket and we can assume [321 to 428[ is already in memory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment