about summary refs log tree commit diff stats
path: root/miasm2/core
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-01-17 07:30:56 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-01-17 08:57:31 +0100
commit5fcbef659dd5d27d2953e8f35ebe004655b3f183 (patch)
tree79093188e4172955d310bff9f2c26998e5aac42f /miasm2/core
parent04f2665bdc67dc350f469841c748542c70ea9747 (diff)
downloadmiasm-5fcbef659dd5d27d2953e8f35ebe004655b3f183.tar.gz
miasm-5fcbef659dd5d27d2953e8f35ebe004655b3f183.zip
Fix bad english
Diffstat (limited to '')
-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 5d9a8d27..051c4cca 100644
--- a/miasm2/core/types.py
+++ b/miasm2/core/types.py
@@ -886,7 +886,7 @@ class Bits(Type):
     bits of a Num.
 
     The @backing_num is used to know how to serialize/deserialize data in vm,
-    but getting/setting this fields only affects bits from @bit_offset to
+    but getting/setting this fields only assign bits from @bit_offset to
     @bit_offset + @bits. Masking and shifting is handled by the class, the aim
     is to provide a transparent way to set and get some bits of a num.
     """