VirtualBox

Changeset 35816 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 1, 2011 3:42:03 PM (14 years ago)
Author:
vboxsync
Message:

wording for error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r35810 r35816  
    933933#define VERR_VMM_RING3_CALL_DISABLED        (-2703)
    934934/** The VMMR0.r0 module version does not match VBoxVMM.dll/so/dylib.
    935  * If you just upgraded VirtualBox, please make terminate all VMs and make sure
     935 * If you just upgraded VirtualBox, please terminate all VMs and make sure
    936936 * VBoxNetDHCP is not running.  Then try again.  If this error persists, try
    937937 * re-installing VirtualBox. */
     
    11451145 * If you have upgraded VirtualBox recently, please make sure you have
    11461146 * terminated all VMs and upgraded any extension packs.  If this error
    1147  * persists, try re-install VirtualBox. */
     1147 * persists, try re-installing VirtualBox. */
    11481148#define VERR_PDM_DEVINS_VERSION_MISMATCH            (-2870)
    11491149/** The device helper structure version has changed.
     
    11511151 * If you have upgraded VirtualBox recently, please make sure you have
    11521152 * terminated all VMs and upgraded any extension packs.  If this error
    1153  * persists, try re-install VirtualBox. */
     1153 * persists, try re-installing VirtualBox. */
    11541154#define VERR_PDM_DEVHLPR3_VERSION_MISMATCH          (-2871)
    11551155/** The USB device instance structure version has changed.
     
    11571157 * If you have upgraded VirtualBox recently, please make sure you have
    11581158 * terminated all VMs and upgraded any extension packs.  If this error
    1159  * persists, try re-install VirtualBox. */
     1159 * persists, try re-installing VirtualBox. */
    11601160#define VERR_PDM_USBINS_VERSION_MISMATCH            (-2872)
    11611161/** The USB device helper structure version has changed.
     
    11631163 * If you have upgraded VirtualBox recently, please make sure you have
    11641164 * terminated all VMs and upgraded any extension packs.  If this error
    1165  * persists, try re-install VirtualBox. */
     1165 * persists, try re-installing VirtualBox. */
    11661166#define VERR_PDM_USBHLPR3_VERSION_MISMATCH          (-2873)
    11671167/** The driver instance structure version has changed.
     
    11691169 * If you have upgraded VirtualBox recently, please make sure you have
    11701170 * terminated all VMs and upgraded any extension packs.  If this error
    1171  * persists, try re-install VirtualBox. */
     1171 * persists, try re-installing VirtualBox. */
    11721172#define VERR_PDM_DRVINS_VERSION_MISMATCH            (-2874)
    11731173/** The driver helper structure version has changed.
     
    11751175 * If you have upgraded VirtualBox recently, please make sure you have
    11761176 * terminated all VMs and upgraded any extension packs.  If this error
    1177  * persists, try re-install VirtualBox. */
     1177 * persists, try re-installing VirtualBox. */
    11781178#define VERR_PDM_DRVHLPR3_VERSION_MISMATCH          (-2875)
    11791179/** Generic device structure version mismatch.
     
    11811181 * If you have upgraded VirtualBox recently, please make sure you have
    11821182 * terminated all VMs and upgraded any extension packs.  If this error
    1183  * persists, try re-install VirtualBox. */
     1183 * persists, try re-installing VirtualBox. */
    11841184#define VERR_PDM_DEVICE_VERSION_MISMATCH            (-2876)
    11851185/** Generic USB device structure version mismatch.
     
    11871187 * If you have upgraded VirtualBox recently, please make sure you have
    11881188 * terminated all VMs and upgraded any extension packs.  If this error
    1189  * persists, try re-install VirtualBox. */
     1189 * persists, try re-installing VirtualBox. */
    11901190#define VERR_PDM_USBDEV_VERSION_MISMATCH            (-2877)
    11911191/** Generic driver structure version mismatch.
     
    11931193 * If you have upgraded VirtualBox recently, please make sure you have
    11941194 * terminated all VMs and upgraded any extension packs.  If this error
    1195  * persists, try re-install VirtualBox. */
     1195 * persists, try re-installing VirtualBox. */
    11961196#define VERR_PDM_DRIVER_VERSION_MISMATCH            (-2878)
    11971197/** @} */
     
    14761476#define VERR_GMM_OUT_OF_MEMORY                      (-3801)
    14771477/** Hit the global allocation limit.
    1478  * If you know there is still sufficient memory available, try raise the limit. */
     1478 * If you know there is still sufficient memory available, try raising the limit. */
    14791479#define VERR_GMM_HIT_GLOBAL_LIMIT                   (-3802)
    14801480/** Hit the a VM account limit. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette