diff --git a/Src/DiffWrapper.cpp b/Src/DiffWrapper.cpp index 56a98e848d4..9f61654c5de 100644 --- a/Src/DiffWrapper.cpp +++ b/Src/DiffWrapper.cpp @@ -1,4 +1,4 @@ -0/ SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file DiffWrapper.cpp * @@ -1457,7 +1457,7 @@ CDiffWrapper::LoadWinMergeDiffsFromDiffUtilsScript3( struct change *end = find_change(next); /* Disconnect them from the rest of the changes, - making them a hunk, and remember the res0 for next iteration. */ + making them a hunk, and remember the rest for next iteration. */ next = end->link; end->link = nullptr; #ifdef DEBUG