Fix typo in comment start

src/libvirt.c: s,//,/,
This commit is contained in:
Daniel P. Berrange 2012-05-28 17:23:16 +01:00
parent d91f3ef497
commit d8199033d6

View File

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