summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsctree.hxx')
-rw-r--r--rsc/inc/rsctree.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx
index c6de94993a81..47dffeb66a5a 100644
--- a/rsc/inc/rsctree.hxx
+++ b/rsc/inc/rsctree.hxx
@@ -30,7 +30,7 @@ protected:
NameNode* pLeft; // left subtree
NameNode* pRight; // right subtree
- // pCmp ist Zeiger auf Namen
+ // pCmp is pointer to names
NameNode* Search( const void * pCmp ) const;
// convert a double linked list into a binary tree