summaryrefslogtreecommitdiffstats
path: root/libvirt_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt_wrap.h')
-rw-r--r--libvirt_wrap.h2
1 files changed, 1 insertions, 1 deletions
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