]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
fix typo in lxc_driver.c and virsh-nodedev.c
authorHongwei Bi <hwbi2008@gmail.com>
Tue, 15 Oct 2013 12:44:06 +0000 (20:44 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 15 Oct 2013 12:47:24 +0000 (06:47 -0600)
src/lxc/lxc_driver.c
tools/virsh-nodedev.c

index e3a34d6dae689f4466113ce255e425ef659b5db6..870e4a916da4245d52db783a9f9d01f69d65e2e9 100644 (file)
@@ -887,7 +887,7 @@ cleanup:
 }
 
 /**
- * lxcDomainCreateWithFlags:
+ * lxcDomainCreateWithFiles:
  * @dom: domain to start
  * @flags: Must be 0 for now
  *
index 3a2d12b9d188cb0a445742667c575ab2c6361fd3..ebfac94cb269812446f8ebf711711758c23bd2c0 100644 (file)
@@ -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;