VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Runtime/include/internal
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dbgmod.h

    r28800 r33540  
    151151
    152152    /**
    153      * Image size when mapped if segments are mapped adjecently.
     153     * Image size when mapped if segments are mapped adjacently.
    154154     *
    155155     * For ELF, PE, and Mach-O images this is (usually) a natural query, for LX and
     
    273273     * Queries symbol information by address.
    274274     *
    275      * The returned symbol is what the debug info interpreter consideres the symbol
     275     * The returned symbol is what the debug info interpreter considers the symbol
    276276     * most applicable to the specified address. This usually means a symbol with an
    277277     * address equal or lower than the requested.
  • trunk/src/VBox/Runtime/include/internal/initterm.h

    r28800 r33540  
    4242
    4343/**
    44  * Platform specific terminiation.
     44 * Platform specific termination.
    4545 */
    4646void rtR0TermNative(void);
  • trunk/src/VBox/Runtime/include/internal/memobj.h

    r29027 r33540  
    358358 * @param   ppMem           Where to store the ring-0 memory object handle.
    359359 * @param   cb              Number of bytes to allocate, page aligned.
    360  * @param   PhysHighest     The highest permittable address (inclusive).
     360 * @param   PhysHighest     The highest permitable address (inclusive).
    361361 *                          NIL_RTHCPHYS if any address is acceptable.
    362362 * @param   uAlignment      The alignment of the reserved memory.
     
    373373 * @param   ppMem           Where to store the ring-0 memory object handle.
    374374 * @param   cb              Number of bytes to allocate, page aligned.
    375  * @param   PhysHighest     The highest permittable address (inclusive).
     375 * @param   PhysHighest     The highest permitable address (inclusive).
    376376 *                          NIL_RTHCPHYS if any address is acceptable.
    377377 */
  • trunk/src/VBox/Runtime/include/internal/path.h

    r33426 r33540  
    6464 *
    6565 * @remark  This function is not available on hosts using something else than
    66  *          byte seqences as names (eg win32).
     66 *          byte sequences as names (eg win32).
    6767 */
    6868int rtPathToNative(char const **ppszNativePath, const char *pszPath, const char *pszBasePath);
     
    7676 *
    7777 * @remark  This function is not available on hosts using something else than
    78  *          byte seqences as names (eg win32).
     78 *          byte sequences as names (eg win32).
    7979 */
    8080void rtPathFreeNative(char const *pszNativePath, const char *pszPath);
     
    9191 *
    9292 * @remark  This function is not available on hosts using something else than
    93  *          byte seqences as names (eg win32).
     93 *          byte sequences as names (eg win32).
    9494 */
    9595int rtPathFromNative(const char **ppszPath, const char *pszNativePath, const char *pszBasePath);
  • trunk/src/VBox/Runtime/include/internal/rand.h

    r28800 r33540  
    113113     * Restores the state of a pseudo generator.
    114114     *
    115      * The state must've been obtained using pfnGetState.
     115     * The state must have been obtained using pfnGetState.
    116116     *
    117117     * @returns IPRT status code.
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r28903 r33540  
    5252
    5353/**
    54  * Internal represenation of a thread.
     54 * Internal representation of a thread.
    5555 */
    5656typedef struct RTTHREADINT
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