From: Nitesh Konkar Date: Wed, 21 Sep 2016 19:17:30 +0000 (+0530) Subject: driver.c:fix a typo X-Git-Tag: v2.3.0-rc1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02aaddc19bfb1ac57a116111fc0e3bdeaec614e;p=thirdparty%2Flibvirt.git driver.c:fix a typo Signed-off-by: Nitesh Konkar --- 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"