# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1308845904 -3600
# Node ID ba383ce75f8bba3e08a84c660c8383c26d23aaa8
# Parent edb8e868a964365a3ffe5c7d17467f9f08bf2803
libxl: IDL: s/anonynous/anonymous/
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r edb8e868a964 -r ba383ce75f8b tools/libxl/gentypes.py
--- a/tools/libxl/gentypes.py Thu Jun 23 16:35:43 2011 +0100
+++ b/tools/libxl/gentypes.py Thu Jun 23 17:18:24 2011 +0100
@@ -101,7 +101,7 @@ def libxl_C_type_destroy(ty, v, indent =
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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|