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/freebsd
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c

    r32708 r33540  
    158158                      _4G-1,                /* highest physical address */
    159159                      PAGE_SIZE,            /* alignment. */
    160                       0);                   /* boundrary */
     160                      0);                   /* boundary */
    161161    if (pv)
    162162    {
  • trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c

    r32348 r33540  
    375375                                        _4G-1,                /* highest physical address */
    376376                                        PAGE_SIZE,            /* alignment. */
    377                                         0);                   /* boundrary */
     377                                        0);                   /* boundary */
    378378    if (pMemFreeBSD->Core.pv)
    379379    {
     
    492492                                        _4G-1,                /* highest physical address */
    493493                                        uAlignment,           /* alignment. */
    494                                         0);                   /* boundrary */
     494                                        0);                   /* boundary */
    495495    if (pMemFreeBSD->Core.pv)
    496496    {
  • trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c

    r29499 r33540  
    161161RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2)
    162162{
    163     /* Will panic if no rendezvouing cpus, so check up front. */
     163    /* Will panic if no rendezvousing cpus, so check up front. */
    164164    if (RTMpGetOnlineCount() > 1)
    165165    {
     
    209209    RTMPARGS    Args;
    210210
    211     /* Will panic if no rendezvouing cpus, so make sure the cpu is online. */
     211    /* Will panic if no rendezvousing cpus, so make sure the cpu is online. */
    212212    if (!RTMpIsCpuOnline(idCpu))
    213213        return VERR_CPU_NOT_FOUND;
     
    245245    cpumask_t   Mask;
    246246
    247     /* Will panic if no rendezvouing cpus, so make sure the cpu is online. */
     247    /* Will panic if no rendezvousing cpus, so make sure the cpu is online. */
    248248    if (!RTMpIsCpuOnline(idCpu))
    249249        return VERR_CPU_NOT_FOUND;
  • trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h

    r29878 r33540  
    7272
    7373/**
    74  * Wrappers arount the sleepq_ KPI.
     74 * Wrappers around the sleepq_ KPI.
    7575 */
    7676#if __FreeBSD_version >= 800026
  • trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c

    r32572 r33540  
    171171
    172172    /*
    173      * Calc when it should start fireing.
     173     * Calc when it should start firing.
    174174     */
    175175    u64First += RTTimeNanoTS();
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