Fix typo in comments

This commit is contained in:
Tres Finocchiaro
2015-01-13 11:50:11 -05:00
parent 17f32f344f
commit 697fc4dd0f

View File

@@ -102,7 +102,7 @@ inline int compare(ProjectVersion v1, QString v2)
/*
* ProjectVersion v. char[]
* ProjectVersion v. QString
*/
inline bool operator<(ProjectVersion v1, QString v2) { return compare(v1, v2) < 0; }
inline bool operator>(ProjectVersion v1, QString v2) { return compare(v1, v2) > 0; }