about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm2/core/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/core/types.py b/miasm2/core/types.py
index 86e49e5c..6558b60b 100644
--- a/miasm2/core/types.py
+++ b/miasm2/core/types.py
@@ -994,7 +994,7 @@ class _MetaMemStruct(_MetaMemType):
 
 class MemType(object):
     """Base class for classes that allow to map python objects to C types in
-    virtual memory.
+    virtual memory. Represents an lvalue of a given type.
 
     Globally, MemTypes are not meant to be used directly: specialized
     subclasses are generated by Type(...).lval and should be used instead.