Skip to content

Commit e8496d1

Browse files
Dummy commit to restart CI
1 parent 0757bf5 commit e8496d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Core/TPCVDriftManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class TPCVDriftManager
4848
void update(uint64_t timestamp) noexcept
4949
{
5050
// Keep the object we already have if it is still valid for this timestamp.
51-
// firstTime/lastTime are the first and last timestamps of the TFs the correction
51+
// firstTime/lastTime are the first and last timestamps of the TF the correction
5252
// was derived from, so the validity range is closed on both ends.
5353
if (mVD != nullptr && timestamp >= static_cast<uint64_t>(mVD->firstTime) && timestamp <= static_cast<uint64_t>(mVD->lastTime)) {
5454
return;

0 commit comments

Comments
 (0)