|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] libxl: IDL: s/anonynous/anonymous/
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1310646156 -3600
# Node ID ea3ac13a4e61e45d7a5c619a3e247c39f7bee658
# Parent f2c177561402210a0825e00a8fc897fa56ae4ec1
libxl: IDL: s/anonynous/anonymous/
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
---
diff -r f2c177561402 -r ea3ac13a4e61 tools/libxl/gentypes.py
--- a/tools/libxl/gentypes.py Thu Jul 14 13:22:35 2011 +0100
+++ b/tools/libxl/gentypes.py Thu Jul 14 13:22:36 2011 +0100
@@ -101,7 +101,7 @@
elif isinstance(ty, libxltypes.Struct) and (parent is None or
ty.destructor_fn is None):
for f in [f for f in ty.fields if not f.const]:
- if f.name is None: # Anonynous struct
+ if f.name is None: # Anonymous struct
s += libxl_C_type_destroy(f.type, deref, "", deref)
else:
s += libxl_C_type_destroy(f.type, deref + f.name, "", deref)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] libxl: IDL: s/anonynous/anonymous/,
Xen patchbot-unstable <=
|
|
|
|
|