Skip to content

Commit acade47

Browse files
jblomersilverweed
andcommitted
[ntuple] fix typo in code comment
Co-authored-by: Silverweed <7806878+silverweed@users.noreply.github.com>
1 parent 9814904 commit acade47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/ntuple/v7/src/RFieldMeta.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ void ROOT::RClassField::BeforeConnectPageSource(ROOT::Internal::RPageSource &pag
413413
rules = FindRules(&fieldDesc);
414414

415415
// If the field's type name is not the on-disk name but we found a rule, we know it is valid to read
416-
// on-disk data because we found the rule according to the on-disk (source) type name and version/checsksum.
416+
// on-disk data because we found the rule according to the on-disk (source) type name and version/checksum.
417417
if ((GetTypeName() != fieldDesc.GetTypeName()) && rules.empty()) {
418418
throw RException(R__FAIL("incompatible type name for field " + GetFieldName() + ": " + GetTypeName() +
419419
" vs. " + fieldDesc.GetTypeName()));

0 commit comments

Comments
 (0)