VirtualBox

Changeset 21753 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 21, 2009 3:17:42 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50335
Message:

Runtime: typos

File:
1 edited

Legend:

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

    r21742 r21753  
    406406/** The specified process was not found. */
    407407#define VERR_PROCESS_NOT_FOUND              (-50)
    408 /** The process specified to a non-block wait had not exitted. */
     408/** The process specified to a non-block wait had not exited. */
    409409#define VERR_PROCESS_RUNNING                (-51)
    410410/** Retry the operation. */
     
    416416/** Value out of range. */
    417417#define VERR_OUT_OF_RANGE                   (-54)
    418 /** A numeric convertion encountered a value which was too big for the target. */
     418/** A numeric conversion encountered a value which was too big for the target. */
    419419#define VERR_NUMBER_TOO_BIG                 (-55)
    420 /** A numeric convertion encountered a value which was too big for the target. */
     420/** A numeric conversion encountered a value which was too big for the target. */
    421421#define VWRN_NUMBER_TOO_BIG                 55
    422422/** The number begin converted (string) contained no digits. */
     
    424424/** The number begin converted (string) contained no digits. */
    425425#define VWRN_NO_DIGITS                      56
    426 /** Encountered a '-' during convertion to an unsigned value. */
     426/** Encountered a '-' during conversion to an unsigned value. */
    427427#define VERR_NEGATIVE_UNSIGNED              (-57)
    428 /** Encountered a '-' during convertion to an unsigned value. */
     428/** Encountered a '-' during conversion to an unsigned value. */
    429429#define VWRN_NEGATIVE_UNSIGNED              57
    430430/** Error while characters translation (unicode and so). */
     
    494494/** End of string. */
    495495#define VINF_END_OF_STRING                  83
    496 /** A page count is ouf of range. */
     496/** A page count is out of range. */
    497497#define VERR_PAGE_COUNT_OUT_OF_RANGE        (-84)
    498498/** Generic object destroyed status. */
     
    950950#define VERR_DBG_NO_SYMBOLS                     (-651)
    951951/** The specified segment:offset address was invalid. Typically an attempt at
    952  * addressing outside the segment boundrary. */
     952 * addressing outside the segment boundary. */
    953953#define VERR_DBG_INVALID_ADDRESS                (-652)
    954954/** Invalid segment index. */
     
    998998/** Invalid RT request type.
    999999 * For the RTReqAlloc() case, the caller just specified an illegal enmType. For
    1000  * all the other occurences it means indicates corruption, broken logic, or stupid
     1000 * all the other occurrences it means indicates corruption, broken logic, or stupid
    10011001 * interface user. */
    10021002#define VERR_RT_REQUEST_INVALID_TYPE            (-700)
Note: See TracChangeset for help on using the changeset viewer.

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