Skip to content

Commit 9c3d71d

Browse files
committed
Fix typo in comment of InteractionRecord
1 parent c8b9b47 commit 9c3d71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DataFormats/common/include/CommonDataFormat/InteractionRecord.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct InteractionRecord {
109109

110110
float differenceInBCMUS(const InteractionRecord& other) const
111111
{
112-
// return difference in bunch-crossings in ms
112+
// return difference in bunch-crossings in us
113113
return differenceInBC(other) * o2::constants::lhc::LHCBunchSpacingMUS;
114114
}
115115

0 commit comments

Comments
 (0)