]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
driver.c:fix a typo
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Wed, 21 Sep 2016 19:17:30 +0000 (00:47 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 21 Sep 2016 20:17:22 +0000 (16:17 -0400)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
src/driver.c

index 1514a3bd4d295400e78c0a7d34ad0fc583eb99e0..67ac02006d4a006fd50ea9d7107f1945e36f782f 100644 (file)
@@ -38,7 +38,7 @@ VIR_LOG_INIT("driver");
 
 #ifdef WITH_DRIVER_MODULES
 
-/* XXX re-implment this for other OS, or use libtools helper lib ? */
+/* XXX re-implement this for other OS, or use libtools helper lib ? */
 
 # include <dlfcn.h>
 # define DEFAULT_DRIVER_DIR LIBDIR "/libvirt/connection-driver"