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/common/path
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp

    r28800 r33540  
    3434
    3535/**
    36  * Changes all the slahes in the specified path to DOS style.
     36 * Changes all the slashes in the specified path to DOS style.
    3737 *
    3838 * Unless @a fForce is set, nothing will be done when on a UNIX flavored system
  • trunk/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp

    r28800 r33540  
    3434
    3535/**
    36  * Changes all the slahes in the specified path to unix style.
     36 * Changes all the slashes in the specified path to unix style.
    3737 *
    3838 * Unless @a fForce is set, nothing will be done when on a UNIX flavored system
  • trunk/src/VBox/Runtime/common/path/comparepaths.cpp

    r28800 r33540  
    131131 *
    132132 * @remarks File system details are currently ignored. This means that you won't
    133  *          get case-insentive compares on unix systems when a path goes into a
     133 *          get case-insensitive compares on unix systems when a path goes into a
    134134 *          case-insensitive filesystem like FAT, HPFS, HFS, NTFS, JFS, or
    135  *          similar. For NT, OS/2 and similar you'll won't get case-sensitve
     135 *          similar. For NT, OS/2 and similar you'll won't get case-sensitive
    136136 *          compares on a case-sensitive file system.
    137137 */
     
    160160 *
    161161 * @remarks This API doesn't currently handle root directory compares in a
    162  *          manner consistant with the other APIs. RTPathStartsWith(pszSomePath,
     162 *          manner consistent with the other APIs. RTPathStartsWith(pszSomePath,
    163163 *          "/") will not work if pszSomePath isn't "/".
    164164 */
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