Fix comments

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-08-09 19:03:22 +02:00
parent 0db5598aa6
commit e57fadc7a7
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ int CmdAnnotate (
intervals = getIntervalsByIds (database, rules, ids);
}
// Apply annotations to intervals.
// Apply annotation to intervals.
for (const auto& interval : intervals)
{
Interval modified {interval};

View file

@ -64,7 +64,7 @@ void autoFill (
}
}
// If the interval is closed, scan forwards for the next boundary.
// If the interval is closed, scan forwards for the next boundary.
if (! interval.is_open ())
{
for (auto& later : tracked)