Fix some typos

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Tim Wiederhake 2022-01-10 15:48:54 +01:00
parent 4902dc68e5
commit 7cd0e26c81
3 changed files with 4 additions and 4 deletions

View File

@ -447,7 +447,7 @@ qemuSetupHostdevCgroup(virDomainObj *vm,
/** /**
* qemuTeardownHostdevCgroup: * qemuTeardownHostdevCgroup:
* @vm: doamin object * @vm: domain object
* @dev: device to tear down * @dev: device to tear down
* *
* For given host device @dev deny access to it in CGroups. * For given host device @dev deny access to it in CGroups.

View File

@ -57,7 +57,7 @@ modify(struct qmpCommandList *list G_GNUC_UNUSED)
if (STREQ_NULLABLE(cmdname, "qom-list-properties")) { if (STREQ_NULLABLE(cmdname, "qom-list-properties")) {
found = i; found = i;
// break; /* uncomment if you want to find the first occurence */ // break; /* uncomment if you want to find the first occurrence */
} }
} }

View File

@ -213,8 +213,8 @@ mymain(void)
* *
* If you manually edit replies files you can run * If you manually edit replies files you can run
* VIR_TEST_REGENERATE_OUTPUT=1 tests/qemucapabilitiesnumbering * VIR_TEST_REGENERATE_OUTPUT=1 tests/qemucapabilitiesnumbering
* to fix the replies ids. The tool also allows for programatic modification * to fix the replies ids. The tool also allows for programmatic
* of the replies file. * modification of the replies file.
* *
* Once a replies file has been generated and tweaked if necessary, * Once a replies file has been generated and tweaked if necessary,
* you can drop it into tests/qemucapabilitiesdata/ (with a sensible * you can drop it into tests/qemucapabilitiesdata/ (with a sensible