fix typo in lxc_driver.c and virsh-nodedev.c

This commit is contained in:
Hongwei Bi 2013-10-15 20:44:06 +08:00 committed by Eric Blake
parent 6285c17f79
commit dcd0f6d724
2 changed files with 2 additions and 2 deletions

View File

@ -887,7 +887,7 @@ cleanup:
} }
/** /**
* lxcDomainCreateWithFlags: * lxcDomainCreateWithFiles:
* @dom: domain to start * @dom: domain to start
* @flags: Must be 0 for now * @flags: Must be 0 for now
* *

View File

@ -308,7 +308,7 @@ fallback:
goto cleanup; goto cleanup;
} }
/* Check if the device's capability matches with provied /* Check if the device's capability matches with provided
* capabilities. * capabilities.
*/ */
size_t j, k; size_t j, k;