mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
Fix some typos
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
4902dc68e5
commit
7cd0e26c81
@ -447,7 +447,7 @@ qemuSetupHostdevCgroup(virDomainObj *vm,
|
||||
|
||||
/**
|
||||
* qemuTeardownHostdevCgroup:
|
||||
* @vm: doamin object
|
||||
* @vm: domain object
|
||||
* @dev: device to tear down
|
||||
*
|
||||
* For given host device @dev deny access to it in CGroups.
|
||||
|
@ -57,7 +57,7 @@ modify(struct qmpCommandList *list G_GNUC_UNUSED)
|
||||
|
||||
if (STREQ_NULLABLE(cmdname, "qom-list-properties")) {
|
||||
found = i;
|
||||
// break; /* uncomment if you want to find the first occurence */
|
||||
// break; /* uncomment if you want to find the first occurrence */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -213,8 +213,8 @@ mymain(void)
|
||||
*
|
||||
* If you manually edit replies files you can run
|
||||
* VIR_TEST_REGENERATE_OUTPUT=1 tests/qemucapabilitiesnumbering
|
||||
* to fix the replies ids. The tool also allows for programatic modification
|
||||
* of the replies file.
|
||||
* to fix the replies ids. The tool also allows for programmatic
|
||||
* modification of the replies file.
|
||||
*
|
||||
* Once a replies file has been generated and tweaked if necessary,
|
||||
* you can drop it into tests/qemucapabilitiesdata/ (with a sensible
|
||||
|
Loading…
Reference in New Issue
Block a user