Fix typo inside comment

Change-Id: Ida0d5489b0c4890afd625be405a2fabdb6bc6748
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
jkobus
2013-04-23 10:51:35 +02:00
committed by Eike Ziller
parent 48687fd8a1
commit ed1bbafad9

View File

@@ -1057,7 +1057,7 @@ static inline bool checkChunkLine(const QString &line, int *modifiedLineNumber,
if (endPos == -1) if (endPos == -1)
return false; return false;
// the first chunk range applies to the original file, the second one to // 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); const int plusPos = line.indexOf(QLatin1Char('+'), len);
if (plusPos == -1 || plusPos > endPos) if (plusPos == -1 || plusPos > endPos)
return false; return false;