[Spice-devel] [PATCH 4/4] extend a comment for type attributes
Frediano Ziglio
fziglio at redhat.com
Mon May 16 15:59:42 UTC 2016
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
python_modules/ptypes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.7.4
More information about the Spice-devel
mailing list