From 0467ab3ff4d5f0d76cf2ba24d803937028f4f040 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Thu, 22 Sep 2016 01:32:52 +0530 Subject: [PATCH] libvirt-nodedev.c:fix a typo Signed-off-by: Nitesh Konkar --- src/libvirt-nodedev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt-nodedev.c b/src/libvirt-nodedev.c index e4e98368ff..59f020be95 100644 --- a/src/libvirt-nodedev.c +++ b/src/libvirt-nodedev.c @@ -595,7 +595,7 @@ virNodeDeviceDetachFlags(virNodeDevicePtr dev, * virNodeDeviceReAttach: * @dev: pointer to the node device * - * Re-attach a previously dettached node device to the node so that it + * Re-attach a previously detached node device to the node so that it * may be used by the node again. * * Depending on the hypervisor, this may involve operations such -- GitLab