summaryrefslogtreecommitdiffstats
path: root/src/kvilib/core/kvi_qstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvilib/core/kvi_qstring.cpp')
-rw-r--r--src/kvilib/core/kvi_qstring.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kvilib/core/kvi_qstring.cpp b/src/kvilib/core/kvi_qstring.cpp
index f16ad0ad..3b564c17 100644
--- a/src/kvilib/core/kvi_qstring.cpp
+++ b/src/kvilib/core/kvi_qstring.cpp
@@ -765,8 +765,8 @@ namespace KviTQString
// s1
// m1
- // tqmask1 : *xor
- // tqmask2 : xorand*xor
+ // mask1 : *xor
+ // mask2 : xorand*xor
// m2
// s2
@@ -794,7 +794,7 @@ namespace KviTQString
const TQChar * savePos2 = m2;
while(m1->tqunicode())
{
- //loop managed by m1 (initially first tqmask)
+ //loop managed by m1 (initially first mask)
if(m1->tqunicode()=='*')
{
//Found a wildcard in m1
@@ -825,8 +825,8 @@ namespace KviTQString
if(m2->tqunicode() == '*')
{
//A wlidcard in the second string
- //Invert the game : tqmask1 <-> tqmask2
- //tqmask2 now leads the game...
+ //Invert the game : mask1 <-> mask2
+ //mask2 now leads the game...
savePos1 = m1; //aux
m1 = m2; //...swap
m2 = savePos1; //...swap