Index: /trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp	(revision 65082)
+++ /trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp	(revision 65083)
@@ -549,5 +549,5 @@
 
     /*
-     * Parse the command first to fend off any illegal or dangeroups commands we don't want the guest
+     * Parse the command first to fend off any illegal or dangerous commands we don't want the guest
      * to execute on the host drive.
      */
@@ -612,5 +612,5 @@
             {
                 if (i * cbSector > cbScsiCmdBufLimit)
-                    cReqSectors = cbScsiCmdBufLimit / (uint32_t)cbSector;
+                    cReqSectors = (uint32_t)(cbScsiCmdBufLimit / cbSector);
                 else
                     cReqSectors = i;
