diff --git a/src/diff.cpp b/src/diff.cpp index a247678..38031fd 100644 --- a/src/diff.cpp +++ b/src/diff.cpp @@ -78,7 +78,7 @@ vector> DiffSession::getDiff(vector linesFile1, get(mapGrid[k + 1]), moveDown = (k == -d) || (k != d && checkPath); - // This is to add a line from the updated file + // Add a line from the updated file if (moveDown) { updateList = get(mapGrid[k + 1]); xPrevious = get(mapGrid[k + 1]);