Skip to content

Commit adbc43a

Browse files
Fix Outdated Comment And Clean Up Grammar
days -> seconds and "in until to" -> "from" Co-authored-by: Cy Rossignol <cy@rossignols.me>
1 parent c1ae5a7 commit adbc43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neuralnet/accrual/snapshot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class SnapshotCalculator
195195
//! \brief Calculate the age of the active superblock to determine the
196196
//! duration of the accrual period.
197197
//!
198-
//! \return Superblock age as days in until to the payment time.
198+
//! \return Superblock age as seconds from the payment time.
199199
//!
200200
int64_t SuperblockAge() const
201201
{

0 commit comments

Comments
 (0)