diff --git a/src/plugins/vcsbase/vcsbaseeditor.cpp b/src/plugins/vcsbase/vcsbaseeditor.cpp index e264198b1f6..d1cebdce972 100644 --- a/src/plugins/vcsbase/vcsbaseeditor.cpp +++ b/src/plugins/vcsbase/vcsbaseeditor.cpp @@ -1057,7 +1057,7 @@ static inline bool checkChunkLine(const QString &line, int *modifiedLineNumber, if (endPos == -1) return false; // the first chunk range applies to the original file, the second one to - // the modified file, the one we're interested int + // the modified file, the one we're interested in const int plusPos = line.indexOf(QLatin1Char('+'), len); if (plusPos == -1 || plusPos > endPos) return false;