]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix typo in comment start
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 28 May 2012 16:23:16 +0000 (17:23 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 May 2012 16:23:16 +0000 (17:23 +0100)
src/libvirt.c: s,//,/,

src/libvirt.c

index bc17756abf21e53ca771dcb2b46e825e50e50aeb..ec8307ef27b02751f057a262e16aab3f02e0fafd 100644 (file)
@@ -1,4 +1,4 @@
-//*
+/*
  * libvirt.c: Main interfaces for the libvirt library to handle virtualization
  *           domains from a process running in domain 0
  *