From: Hongwei Bi Date: Tue, 15 Oct 2013 12:44:06 +0000 (+0800) Subject: fix typo in lxc_driver.c and virsh-nodedev.c X-Git-Tag: CVE-2013-4401~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd0f6d7246e73429f7c1c1b95a3ea9e0e545df3;p=thirdparty%2Flibvirt.git fix typo in lxc_driver.c and virsh-nodedev.c --- diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index e3a34d6dae..870e4a916d 100644 --- a/src/lxc/lxc_driver.c +++ b/src/lxc/lxc_driver.c @@ -887,7 +887,7 @@ cleanup: } /** - * lxcDomainCreateWithFlags: + * lxcDomainCreateWithFiles: * @dom: domain to start * @flags: Must be 0 for now * diff --git a/tools/virsh-nodedev.c b/tools/virsh-nodedev.c index 3a2d12b9d1..ebfac94cb2 100644 --- a/tools/virsh-nodedev.c +++ b/tools/virsh-nodedev.c @@ -308,7 +308,7 @@ fallback: goto cleanup; } - /* Check if the device's capability matches with provied + /* Check if the device's capability matches with provided * capabilities. */ size_t j, k;