summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-08-24 12:07:29 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-08-24 13:07:55 +0200
commit05fff98a2434e505ebe077ece7cb070436aae4d4 (patch)
tree90b083d59d6f5adc83e4a06aba51b6aeb5ba2668 /src/xmlpatterns
parentede5f8cb8ae1fcc7631cc05e9c57c0cfa5790ef5 (diff)
Fixed comment
See commit ff86781b9b18ba376a8983fcb83847a09820ef79, where it becomes clear that it was meant to say 7 bits, which explains the bit about the padding bit.
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r--src/xmlpatterns/acceltree/qacceltree_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/acceltree/qacceltree_p.h b/src/xmlpatterns/acceltree/qacceltree_p.h
index a033c15415..cebc6bd95a 100644
--- a/src/xmlpatterns/acceltree/qacceltree_p.h
+++ b/src/xmlpatterns/acceltree/qacceltree_p.h
@@ -217,7 +217,7 @@ namespace QPatternist
Depth m_depth;
/**
- * Technically it is sufficient with 8 bits. However, at least MSVC
+ * Technically it is sufficient with 7 bits. However, at least MSVC
* 2005 miscompiles it such that QXmlNodeModelIndex::Text becomes
* -64 instead of 64 with hilarious crashes as result.
*