Fix two out-of-date comments in LVM backend

This commit is contained in:
Richard Laager 2011-04-17 08:34:10 +02:00 committed by Matthias Bolte
parent 12459d1ea7
commit cf7124946a
3 changed files with 3 additions and 2 deletions

View File

@ -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....]

View 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

View File

@ -28,4 +28,4 @@
extern virStorageBackend virStorageBackendLogical;
#endif /* __VIR_STORAGE_BACKEND_LOGVOL_H__ */
#endif /* __VIR_STORAGE_BACKEND_LOGICAL_H__ */