From d02aaddc19bfb1ac57a116111fc0e3bdeaec614e Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Thu, 22 Sep 2016 00:47:30 +0530 Subject: [PATCH] driver.c:fix a typo Signed-off-by: Nitesh Konkar --- src/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver.c b/src/driver.c index 1514a3bd4d..67ac02006d 100644 --- a/src/driver.c +++ b/src/driver.c @@ -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 # define DEFAULT_DRIVER_DIR LIBDIR "/libvirt/connection-driver"