]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add articles to virDomainDeviceDetachFlags docs
authorJán Tomko <jtomko@redhat.com>
Tue, 14 Apr 2015 13:29:15 +0000 (15:29 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 14 Apr 2015 13:32:24 +0000 (15:32 +0200)
Reported by John Ferlan.

src/libvirt-domain.c

index 0acfd13a429a1ed2a1a547a51da874132b063210..ccacdb4b31215fe6032423bd735fc8ebe041cf09 100644 (file)
@@ -8463,7 +8463,7 @@ virDomainDetachDevice(virDomainPtr domain, const char *xml)
  * configuration before it was actually removed by the hypervisor causing
  * various failures on subsequent operations. To check whether the device was
  * successfully removed, either recheck domain configuration using
- * virDomainGetXMLDesc() or add handler for VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED
+ * virDomainGetXMLDesc() or add a handler for the VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED
  * event. In case the device is already gone when virDomainDetachDeviceFlags
  * returns, the event is delivered before this API call ends. To help existing
  * clients work better in most cases, this API will try to transform an