]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix two out-of-date comments in LVM backend
authorRichard Laager <rlaager@wiktel.com>
Sun, 17 Apr 2011 06:34:10 +0000 (08:34 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 17 Apr 2011 06:37:31 +0000 (08:37 +0200)
AUTHORS
src/storage/storage_backend_logical.c
src/storage/storage_backend_logical.h

diff --git a/AUTHORS b/AUTHORS
index b43207b7b76d6be34ce29337a8484990e664c236..d530e0474f9d6ea5f687a83dd2a23b9467a7a0e2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -166,6 +166,7 @@ Patches have also been contributed by:
   Naoya Horiguchi      <n-horiguchi@ah.jp.nec.com>
   Jesse Cook           <code.crashenx@gmail.com>
   Alexander Todorov    <atodorov@otb.bg>
+  Richard Laager       <rlaager@wiktel.com>
 
   [....send patches to get your name here....]
 
index f759abdb61231a704adb29f0c602a33cb56a8dea..78093240c4313c230bb0fa35b02eb995c7414fcf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * storage_backend_logvol.c: storage backend for logical volume handling
+ * storage_backend_logical.c: storage backend for logical volume handling
  *
  * Copyright (C) 2007-2009 Red Hat, Inc.
  * Copyright (C) 2007-2008 Daniel P. Berrange
index 1d14163a93997d83cc3a0f2bc162e6f44f4c4797..2ee168320eb1f88058e3b45af94c466a94ea35bf 100644 (file)
@@ -28,4 +28,4 @@
 
 extern virStorageBackend virStorageBackendLogical;
 
-#endif /* __VIR_STORAGE_BACKEND_LOGVOL_H__ */
+#endif /* __VIR_STORAGE_BACKEND_LOGICAL_H__ */