Cleaned up section_compute-configure-backing-storage

Fixed typo, removed "s"
disk should not be plural, changed from disks to disk

Change-Id: I7e0d0fdb89e26f4b3a08a4ab6251476c08220be1
This commit is contained in:
Shilla Saebi 2013-12-11 23:46:20 -05:00
parent a0123cd9d4
commit 177c61c3f2

View File

@ -22,7 +22,7 @@
disk than what seems available in the virtual machine operating system. disk than what seems available in the virtual machine operating system.
</para> </para>
<para>RAW creates files without any sort of file formatting, effectively creating <para>RAW creates files without any sort of file formatting, effectively creating
files with the plain binary one would normally see on a real disks. This can files with the plain binary one would normally see on a real disk. This can
increase performance, but means that the entire size of the virtual disk is increase performance, but means that the entire size of the virtual disk is
reserved on the physical disk. reserved on the physical disk.
</para> </para>