VirtualBox

Changeset 33540 in vbox for trunk/src/VBox/Runtime/r3/linux


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/r3/linux
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp

    r29111 r33540  
    204204    /** Return code the request completed with. */
    205205    int                   Rc;
    206     /** Number of bytes actually trasnfered. */
     206    /** Number of bytes actually transferred. */
    207207    size_t                cbTransfered;
    208208    /** Completion context we are assigned to. */
     
    562562
    563563    /*
    564      * Vaildate requests and associate with the context.
     564     * Validate requests and associate with the context.
    565565     */
    566566    while (i-- > 0)
     
    605605             * Revert every request into the prepared state except
    606606             * the first one which will switch to completed.
    607              * Another reason could be insuffidient ressources.
     607             * Another reason could be insufficient resources.
    608608             */
    609609            i = cReqs;
  • trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp

    r28863 r33540  
    4141
    4242/**
    43  * Internal worker that determins the max possible CPU count.
     43 * Internal worker that determines the max possible CPU count.
    4444 *
    4545 * @returns Max cpus.
  • trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp

    r28800 r33540  
    2828 * !WARNING!
    2929 *
    30  * When talking about lowering and raising priority, we do *NOT* refere to
     30 * When talking about lowering and raising priority, we do *NOT* refer to
    3131 * the common direction priority values takes on unix systems (lower means
    3232 * higher). So, when we raise the priority of a linux thread the nice
     
    167167 * All threads have the same priority.
    168168 *
    169  * This is typically choosen when we find that we can't raise the priority
     169 * This is typically chosen when we find that we can't raise the priority
    170170 * to the process default of a thread created by a low priority thread.
    171171 */
  • trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp

    r33269 r33540  
    3434 * contain the bug fix.
    3535 *
    36  * The external refernce to epoll_pwait is a hack which prevents that we link
     36 * The external reference to epoll_pwait is a hack which prevents that we link
    3737 * against glibc < 2.6.
    3838 */
  • trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp

    r32968 r33540  
    3636 * the bug fix.
    3737 *
    38  * The external refernce to epoll_pwait is a hack which prevents that we link
     38 * The external reference to epoll_pwait is a hack which prevents that we link
    3939 * against glibc < 2.6.
    4040 */
  • trunk/src/VBox/Runtime/r3/linux/sysfs.cpp

    r28800 r33540  
    5151
    5252/**
    53  * Constructs the path of a sysfs file from the format paramaters passed,
     53 * Constructs the path of a sysfs file from the format parameters passed,
    5454 * prepending a prefix if the path is relative.
    5555 *
     
    9191
    9292/**
    93  * Constructs the path of a sysfs file from the format paramaters passed,
     93 * Constructs the path of a sysfs file from the format parameters passed,
    9494 * prepending a prefix if the path is relative.
    9595 *
     
    118118
    119119/**
    120  * Constructs the path of a sysfs file from the format paramaters passed,
     120 * Constructs the path of a sysfs file from the format parameters passed,
    121121 * prepending "/sys/" if the path is relative.
    122122 *
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