diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2008-02-29 12:53:10 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2008-02-29 12:53:10 +0000 |
commit | bc430178efc7ec9a767aa5db2aedfecc967b1767 (patch) | |
tree | c8bd1c14f60a925beab8ef5cb6022b0b5fb10730 /libvirt_wrap.h | |
parent | 774dc9bff1c113d150e3de12a1a14f3778da7e8b (diff) | |
download | libvirt-python-v6-bc430178efc7ec9a767aa5db2aedfecc967b1767.tar.gz libvirt-python-v6-bc430178efc7ec9a767aa5db2aedfecc967b1767.tar.xz libvirt-python-v6-bc430178efc7ec9a767aa5db2aedfecc967b1767.zip |
Many typos fixed (Atsushi SAKAI).v0.4.1LIBVIRT_0_4_1
Diffstat (limited to 'libvirt_wrap.h')
-rw-r--r-- | libvirt_wrap.h | 2 |
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 |