[libvirt] [PATCH] Fix minor typos in messages and docs

Ján Tomko jtomko at redhat.com
Wed Dec 5 09:46:26 UTC 2018


>>From 89a859c1229283cdb8d8e877ee1a81972f7e5af1 Mon Sep 17 00:00:00 2001
>From: Yuri Chornoivan <yurchor at ukr.net>
>Date: Tue, 4 Dec 2018 19:08:14 +0200
>Subject: [PATCH] Fix minor typos in messages and docs
>
>Signed-off-by: Yuri Chornoivan <yurchor at ukr.net>
>---
> config-post.h                          |  2 +-
> include/libvirt/libvirt-event.h        |  2 +-
> src/access/viraccessperm.h             |  4 ++--
> src/bhyve/bhyve_command.c              |  2 +-
> src/conf/domain_addr.c                 |  4 ++--
> src/conf/object_event.c                |  2 +-
> src/conf/virstorageobj.c               |  2 +-
> src/driver.h                           |  2 +-
> src/hyperv/hyperv_wmi_generator.py     | 20 ++++++++++----------
> src/libvirt-domain.c                   |  6 +++---
> src/libxl/libxl_conf.c                 |  2 +-
> src/libxl/libxl_migration.c            |  2 +-
> src/lxc/lxc_conf.c                     |  2 +-
> src/nwfilter/nwfilter_gentech_driver.c |  2 +-
> src/phyp/phyp_driver.c                 |  2 +-
> src/qemu/qemu_block.c                  |  2 +-
> src/qemu/qemu_capabilities.c           |  2 +-
> src/qemu/qemu_domain.c                 |  6 +++---
> src/qemu/qemu_driver.c                 |  4 ++--
> src/qemu/qemu_hotplug.c                |  2 +-
> src/qemu/qemu_migration.c              |  2 +-
> src/qemu/qemu_monitor.c                |  2 +-
> src/qemu/qemu_monitor_json.c           |  6 +++---
> src/qemu/qemu_process.c                |  2 +-
> src/qemu/qemu_security.c               |  2 +-
> src/security/virt-aa-helper.c          |  2 +-
> src/storage/storage_backend_disk.c     |  2 +-
> src/uml/uml_conf.c                     |  2 +-
> src/util/viralloc.c                    |  2 +-
> src/util/viralloc.h                    |  2 +-
> src/util/virbitmap.c                   |  2 +-
> src/util/vircgroup.c                   |  4 ++--
> src/util/vircrypto.c                   |  4 ++--
> src/util/virlog.c                      |  2 +-
> src/util/virmodule.c                   |  2 +-
> src/util/virnetdevbandwidth.c          |  2 +-
> src/util/virnetdevip.c                 |  2 +-
> src/util/virnetdevmacvlan.c            |  2 +-
> src/util/virnetdevopenvswitch.c        |  2 +-
> src/util/virrandom.c                   |  2 +-
> src/util/virresctrl.c                  |  2 +-
> src/util/virstoragefile.h              |  2 +-
> src/util/virstring.c                   |  6 +++---
> src/vbox/vbox_network.c                |  2 +-
> src/vbox/vbox_uniformed_api.h          |  4 ++--
> src/vmx/vmx.c                          |  8 ++++----
> src/vz/vz_driver.c                     |  2 +-
> src/vz/vz_sdk.c                        |  2 +-
> src/xenconfig/xen_sxpr.c               |  8 ++++----
> tests/securityselinuxlabeltest.c       |  2 +-
> tests/virfirewalltest.c                | 20 ++++++++++----------
> tests/virhashtest.c                    |  2 +-
> tests/virmock.h                        |  2 +-
> tests/virtestmock.c                    |  2 +-
> tools/virsh.c                          |  2 +-
> tools/virt-admin.c                     |  2 +-
> tools/vsh-table.c                      |  2 +-
> 57 files changed, 95 insertions(+), 95 deletions(-)
>
>diff --git a/src/util/virlog.c b/src/util/virlog.c
>index cb6901d9bf..cc099436dc 100644
>--- a/src/util/virlog.c
>+++ b/src/util/virlog.c
>@@ -277,7 +277,7 @@ virLogOnceInit(void)
>      * it might not be possible to load NSS modules via getaddrinfo()
>      * (e.g. at container startup the host filesystem will not be
>      * accessible anymore.
>-     * Must not use virGetHostname though as that causes re-entrancy
>+     * Must not use virGetHostname though as that causes re-entrance
>      * problems if it triggers logging codepaths
>      */
>     r = gethostname(virLogHostname, sizeof(virLogHostname));

Reentrancy is a word:
https://en.wikipedia.org/wiki/Reentrancy_(computing)

I dropped this hunk.

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20181205/c7813c13/attachment-0001.sig>


More information about the libvir-list mailing list