From bc430178efc7ec9a767aa5db2aedfecc967b1767 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 29 Feb 2008 12:53:10 +0000 Subject: Many typos fixed (Atsushi SAKAI). --- libvirt_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvirt_wrap.h') diff --git a/libvirt_wrap.h b/libvirt_wrap.h index acf788f..3bb42ab 100644 --- a/libvirt_wrap.h +++ b/libvirt_wrap.h @@ -86,7 +86,7 @@ PyObject * libvirt_virStorageVolPtrWrap(virStorageVolPtr node); * if (x) LIBVIRT_STMT_START { ... } LIBVIRT_STMT_END; else ... * * When GCC is compiling C code in non-ANSI mode, it will use the - * compiler __extension__ to wrap the statements wihin `({' and '})' braces. + * compiler __extension__ to wrap the statements within `({' and '})' braces. * When compiling on platforms where configure has defined * HAVE_DOWHILE_MACROS, statements will be wrapped with `do' and `while (0)'. * For any other platforms (SunOS4 is known to have this issue), wrap the -- cgit