Tiny spelling fix

This commit is contained in:
Wolfgang Mauerer 2010-03-02 09:21:48 +01:00 committed by Daniel Veillard
parent 66d70a8f66
commit 553447ac3b

View File

@ -5475,7 +5475,7 @@ qemuDomainFindOrCreateSCSIDiskController(struct qemud_driver *driver,
return cont; return cont;
} }
/* No SCSI controller present, for back compatability we /* No SCSI controller present, for backward compatibility we
* now hotplug a controller */ * now hotplug a controller */
if (VIR_ALLOC(cont) < 0) { if (VIR_ALLOC(cont) < 0) {
virReportOOMError(); virReportOOMError();