Skip to content

Commit 05eb298

Browse files
ferdymercurydpiparo
authored andcommitted
[skip-ci] typo
1 parent 1ab5c1a commit 05eb298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree/tree/src/TTree.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,8 +2742,8 @@ bool TTree::EnableCache()
27422742

27432743
TFile* TTree::ChangeFile(TFile* file)
27442744
{
2745-
// Changing file clashes with the design of TMemFile and derivates, see #6523.
2746-
// as well as with TFileMerger operations, see #6640
2745+
// Changing file clashes with the design of TMemFile and derivates, see #6523,
2746+
// as well as with TFileMerger operations, see #6640.
27472747
if ((dynamic_cast<TMemFile *>(file)) || file->TestBit(TFile::kCannotChange))
27482748
return file;
27492749
file->cd();

0 commit comments

Comments
 (0)