VirtualBox

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

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Runtime/r0drv/linux
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r33011 r33540  
    7979     * This means it has to be given back as one chunk. */
    8080    bool                fContiguous;
    81     /** Set if we've vmap'ed thed memory into ring-0. */
     81    /** Set if we've vmap'ed the memory into ring-0. */
    8282    bool                fMappedToRing0;
    8383    /** The pages in the apPages array. */
     
    695695    /*
    696696     * There are two clear cases and that's the <=16MB and anything-goes ones.
    697      * When the physical address limit is somewhere inbetween those two we'll
     697     * When the physical address limit is somewhere in-between those two we'll
    698698     * just have to try, starting with HIGHUSER and working our way thru the
    699699     * different types, hoping we'll get lucky.
     
    798798         * Get user pages.
    799799         */
    800         rc = get_user_pages(pTask,                  /* Task for fault acounting. */
     800        rc = get_user_pages(pTask,                  /* Task for fault accounting. */
    801801                            pTask->mm,              /* Whose pages. */
    802802                            R3Ptr,                  /* Where from. */
  • trunk/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c

    r28800 r33540  
    114114
    115115        /*
    116          * Pick the earlies possible offline event.
     116         * Pick the earliest possible offline event.
    117117         * The only important thing here is that we get the event and that
    118118         * it's exactly one.
  • trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c

    r33373 r33540  
    181181
    182182    /*
    183      * Signal the event object.  The cause of the parnoia here is racing to try
     183     * Signal the event object.  The cause of the paranoia here is racing to try
    184184     * deal with racing RTSemEventMultiSignal calls (should probably be
    185185     * forbidden, but it's relatively easy to handle).
  • trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c

    r28800 r33540  
    127127        }
    128128
    129         /* calcuate the return value */
     129        /* calculate the return value */
    130130        u64 = ulNow;
    131131        u64 *= TICK_NSEC;
  • trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c

    r33011 r33540  
    630630
    631631    /*
    632      * Some state change occured while we were in the callback routine.
     632     * Some state change occurred while we were in the callback routine.
    633633     */
    634634    for (;;)
     
    773773
    774774    /*
    775      * Some state change occured while we were in the callback routine.
     775     * Some state change occurred while we were in the callback routine.
    776776     */
    777777    for (;;)
     
    15011501     * If this is running on ALL cpus, we'll have to register a callback
    15021502     * for MP events (so timers can be started/stopped on cpus going
    1503      * online/offline). We also create the spinlock for syncrhonizing
     1503     * online/offline). We also create the spinlock for synchronizing
    15041504     * stop/start/mp-event.
    15051505     */
  • trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h

    r33155 r33540  
    5757    {
    5858#ifdef IPRT_LINUX_HAS_HRTIMER
    59         /** The timeout when fHighRes is true. Absolute, so no updateing. */
     59        /** The timeout when fHighRes is true. Absolute, so no updating. */
    6060        ktime_t     KtTimeout;
    6161#endif
     
    194194 *
    195195 * This must be called before rtR0SemLnxWaitDoIt, and the caller should check
    196  * the exit conditions inbetween the two calls.
     196 * the exit conditions in-between the two calls.
    197197 *
    198198 * @param   pWait               The wait structure.
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