summaryrefslogtreecommitdiffstats
path: root/indexlib/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'indexlib/manager.h')
-rw-r--r--indexlib/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexlib/manager.h b/indexlib/manager.h
index aaa08713..6224a9db 100644
--- a/indexlib/manager.h
+++ b/indexlib/manager.h
@@ -51,7 +51,7 @@ class memory_manager {
/** Returns the size of the block */
virtual unsigned size() const = 0;
/** Resizes the block.
- * This tqinvalidates all previously returned pointers
+ * This invalidates all previously returned pointers
*/
virtual void resize( unsigned ) = 0;
};