[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2 of 9] libxl: IDL: s/anonynous/anonymous/
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1310646156 -3600 # Node ID 7e8ce32eda26230ce34476172d8a5f77596bb62b # Parent 8fc1e177b38aa07a29525fe0d26bfb2f5fe2fc33 libxl: IDL: s/anonynous/anonymous/ Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r 8fc1e177b38a -r 7e8ce32eda26 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 @@ 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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |