]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: Fix typo vcups -> vcpus
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 22 Oct 2018 13:37:54 +0000 (14:37 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 22 Oct 2018 13:37:54 +0000 (14:37 +0100)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/util/virnuma.h

index a3ffb6d6c7c94593654eca0dc08c41132fafd02f..edc206100f78c1f900638cb3458f658f880ec613 100644 (file)
@@ -27,7 +27,7 @@
 # include "virutil.h"
 
 
-char *virNumaGetAutoPlacementAdvice(unsigned short vcups,
+char *virNumaGetAutoPlacementAdvice(unsigned short vcpus,
                                     unsigned long long balloon);
 
 int virNumaSetupMemoryPolicy(virDomainNumatuneMemMode mode,