]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix a comment typo in storage_backend_fs.c
authorCole Robinson <crobinso@redhat.com>
Mon, 4 May 2009 15:44:44 +0000 (15:44 +0000)
committerCole Robinson <crobinso@redhat.com>
Mon, 4 May 2009 15:44:44 +0000 (15:44 +0000)
ChangeLog
src/storage_backend_fs.c

index d4de10924e369aa979cef10be76a34d4f2b0bf06..2f0c0ba72eb70ba7982633a3005eb92c771a0188 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May  4 11:44:09 EDT 2009 Cole Robinson <crobinso@redhat.com>
+
+       * src/storage_backend_fs.c: Fix a comment typo in storage_backend_fs.c
+
 Mon May  4 11:42:01 EDT 2009 Cole Robinson <crobinso@redhat.com>
 
        * src/util.c: virExec: Delay daemonizing as long as possible.
index 7a1bba83dcc1e1a1d4c81bf6f275112e3d245031..92ff3cb408ca7b385cc04837e51ec90ee0c31a77 100644 (file)
@@ -89,7 +89,7 @@ struct FileTypeInfo {
 struct FileTypeInfo const fileTypeInfo[] = {
     /* Bochs */
     /* XXX Untested
-    { VIR_STORAGE_VOL_BOCHS, "Bochs Virtual HD Image", NULL,
+    { VIR_STORAGE_VOL_FILE_BOCHS, "Bochs Virtual HD Image", NULL,
       LV_LITTLE_ENDIAN, 64, 0x20000,
       32+16+16+4+4+4+4+4, 8, 1, NULL },*/
     /* CLoop */