VirtualBox

Changeset 16252 in vbox


Ignore:
Timestamp:
Jan 27, 2009 9:21:55 AM (16 years ago)
Author:
vboxsync
Message:

iprt: typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r15754 r16252  
    4848
    4949/** @def RTPATH_SLASH
    50  * The prefered slash character.
     50 * The preferred slash character.
    5151 *
    5252 * @remark IPRT will always accept unix slashes. So, normally you would
     
    6464
    6565/** @def RTPATH_SLASH_STR
    66  * The prefered slash character as a string, handy for concatenations
     66 * The preferred slash character as a string, handy for concatenations
    6767 * with other strings.
    6868 *
     
    9393 * Checks if a character marks the end of the volume specification.
    9494 *
    95  * @remark  This is sufficent for the drive letter consept on PC.
     95 * @remark  This is sufficient for the drive letter concept on PC.
    9696 *          However it might be insufficient on other platforms
    9797 *          and even on PC a UNC volume spec won't be detected this way.
     
    305305 *
    306306 * File system details are currently ignored. This means that you won't get
    307  * case-insentive compares on unix systems when a path goes into a case-insensitive
     307 * case-insensitive compares on unix systems when a path goes into a case-insensitive
    308308 * filesystem like FAT, HPFS, HFS, NTFS, JFS, or similar. For NT, OS/2 and similar
    309  * you'll won't get case-sensitve compares on a case-sensitive file system.
     309 * you'll won't get case-sensitive compares on a case-sensitive file system.
    310310 *
    311311 * @param   pszPath1    Path to compare (must be an absolute path).
     
    336336 *
    337337 * @remark  This API doesn't currently handle root directory compares in a manner
    338  *          consistant with the other APIs. RTPathStartsWith(pszSomePath, "/") will
     338 *          consistent with the other APIs. RTPathStartsWith(pszSomePath, "/") will
    339339 *          not work if pszSomePath isn't "/".
    340340 */
     
    475475 * @param   pszPath             Path to the file system object.
    476476 * @param   pAccessTime         Pointer to the new access time.
    477  * @param   pModificationTime   Pointer to the new modifcation time.
     477 * @param   pModificationTime   Pointer to the new modification time.
    478478 * @param   pChangeTime         Pointer to the new change time. NULL if not to be changed.
    479479 * @param   pBirthTime          Pointer to the new time of birth. NULL if not to be changed.
     
    499499 * @param   pszPath             Path to the file system object.
    500500 * @param   pAccessTime         Where to store the access time. NULL is ok.
    501  * @param   pModificationTime   Where to store the modifcation time. NULL is ok.
     501 * @param   pModificationTime   Where to store the modification time. NULL is ok.
    502502 * @param   pChangeTime         Where to store the change time. NULL is ok.
    503503 * @param   pBirthTime          Where to store the creation time. NULL is ok.
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