summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2016-05-16 16:55:27 +0100
committerFrediano Ziglio <fziglio@redhat.com>2016-06-21 12:52:25 +0100
commit57570953dce2941f674190d508b4c6b7d1c5f0ab (patch)
tree5845be4d97debbaf61167a9bfd35dff72da7b515
parentc5a61aaa30c7e4c81eca83be3aa7245599281515 (diff)
extend a comment for type attributes
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
-rw-r--r--python_modules/ptypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_modules/ptypes.py b/python_modules/ptypes.py
index 1f4e068..f4a09f7 100644
--- a/python_modules/ptypes.py
+++ b/python_modules/ptypes.py
@@ -63,7 +63,7 @@ class FixedSize:
propagated_attributes=["ptr_array", "nonnull", "chunk"]
valid_attributes=set([
- # embedded/appended at the end of the structure
+ # embedded/appended at the end of the resulting C structure
'end',
# the C structure contains a pointer to data
# for instance we want to write an array to an allocated array