From e57fadc7a77f866656910fbda7efda7b30343bde Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Sun, 9 Aug 2020 19:03:22 +0200 Subject: [PATCH] Fix comments Signed-off-by: Thomas Lauf --- src/commands/CmdAnnotate.cpp | 2 +- src/validate.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdAnnotate.cpp b/src/commands/CmdAnnotate.cpp index dc0f6c2c..d9b471a6 100644 --- a/src/commands/CmdAnnotate.cpp +++ b/src/commands/CmdAnnotate.cpp @@ -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}; diff --git a/src/validate.cpp b/src/validate.cpp index 9a4442ea..b295413e 100644 --- a/src/validate.cpp +++ b/src/validate.cpp @@ -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)