Fix a comment typo in storage_backend_fs.c

This commit is contained in:
Cole Robinson 2009-05-04 15:44:44 +00:00
parent 5314dffc85
commit 3f24e6c21c
2 changed files with 5 additions and 1 deletions

View File

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

View 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 */