VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r28800 r33540  
    6161#endif
    6262
    63 /* 2.4.x compatability macros that may or may not be defined. */
     63/* 2.4.x compatibility macros that may or may not be defined. */
    6464#ifndef IRQ_RETVAL
    6565# define irqreturn_t            void
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp

    r31517 r33540  
    329329
    330330/**
    331  * Called fromn VBoxGuestOS2Init to determin which OS/2 version this is.
     331 * Called fromn VBoxGuestOS2Init to determine which OS/2 version this is.
    332332 *
    333333 * @returns VBox OS/2 type.
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp

    r32664 r33540  
    912912
    913913/*
    914  * Overriden routine for mouse polling events.  Not
     914 * Overridden routine for mouse polling events.  Not
    915915 * used at the moment on Windows.
    916916 *
     
    10571057
    10581058/**
    1059  * Maps the I/O space from VMMDev to virtual kernel adress space.
     1059 * Maps the I/O space from VMMDev to virtual kernel address space.
    10601060 *
    10611061 * @return NTSTATUS
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r33059 r33540  
    568568
    569569    /*
    570      * Try inflate / defalte the balloon as requested.
     570     * Try inflate / default the balloon as requested.
    571571     */
    572572    rc = VbglGRAlloc((VMMDevRequestHeader **)&pReq, cbChangeMemBalloonReq, VMMDevReq_ChangeMemBalloon);
     
    688688
    689689    /*
    690      * Initalize the data.
     690     * Initialize the data.
    691691     */
    692692    pDevExt->IOPortBase = IOPortBase;
     
    20912091
    20922092/**
    2093  * Common IOCtl for user to kernel and kernel to kernel communcation.
     2093 * Common IOCtl for user to kernel and kernel to kernel communication.
    20942094 *
    20952095 * This function only does the basic validation and then invokes
     
    23092309
    23102310    /*
    2311      * Make sure we've initalized the device extension.
     2311     * Make sure we've initialized the device extension.
    23122312     */
    23132313    if (RT_UNLIKELY(!pReq))
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h

    r28800 r33540  
    11/* $Rev$ */
    22/** @file
    3  * VBoxGuest - Inter Driver Communcation, unix implementation.
     3 * VBoxGuest - Inter Driver Communication, unix implementation.
    44 *
    55 * This file is included by the platform specific source file.
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r32449 r33540  
    7878typedef struct VBOXGUESTMEMBALLOON
    7979{
    80     /** Mutext protecting the members below from concurrent access.. */
     80    /** Mutex protecting the members below from concurrent access.. */
    8181    RTSEMFASTMUTEX              hMtx;
    8282    /** The current number of chunks in the balloon. */
     
    157157     *  offset in both 64-bit and 32-bit builds.
    158158     *
    159      * @remarks The aligments of the members that are larger than 48 bytes should be
     159     * @remarks The alignments of the members that are larger than 48 bytes should be
    160160     *          64-byte for cache line reasons. structs containing small amounts of
    161161     *          data could be lumped together at the end with a < 64 byte padding
  • trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestMsg.mc

    r32267 r33540  
    1515
    1616;//
    17 ;//  Status values are 32 bit values layed out as follows:
     17;//  Status values are 32 bit values arranged as follows:
    1818;//
    1919;//   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
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