From: Cole Robinson Date: Mon, 4 May 2009 15:44:44 +0000 (+0000) Subject: Fix a comment typo in storage_backend_fs.c X-Git-Tag: LIBVIRT_0_6_4~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f24e6c21cc22d30da9f229726b87950a855bff5;p=thirdparty%2Flibvirt.git Fix a comment typo in storage_backend_fs.c --- diff --git a/ChangeLog b/ChangeLog index d4de10924e..2f0c0ba72e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 4 11:44:09 EDT 2009 Cole Robinson + + * src/storage_backend_fs.c: Fix a comment typo in storage_backend_fs.c + Mon May 4 11:42:01 EDT 2009 Cole Robinson * src/util.c: virExec: Delay daemonizing as long as possible. diff --git a/src/storage_backend_fs.c b/src/storage_backend_fs.c index 7a1bba83dc..92ff3cb408 100644 --- a/src/storage_backend_fs.c +++ b/src/storage_backend_fs.c @@ -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 */