VirtualBox

Changeset 13546 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 23, 2008 5:56:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38404
Message:

iprt: typo in API documentation

File:
1 edited

Legend:

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

    r13472 r13546  
    815815 *                      asterisk matches zero or more characters and question
    816816 *                      mark matches exactly one character.
    817  * @param  cchPattern   The pattern length. Pass SIZE_T_MAX (~(size_t)0) if you
     817 * @param  cchPattern   The pattern length. Pass RTSTR_MAX (~(size_t)0) if you
    818818 *                      don't know the length and wish to stop at the string
    819819 *                      terminator.
    820820 * @param  pszString    The string to match against the pattern.
    821  * @param  cchString    The string length. Pass SIZE_T_MAX (~(size_t)0) if you
     821 * @param  cchString    The string length. Pass RTSTR_MAX (~(size_t)0) if you
    822822 *                      don't know the length and wish to match up to the string
    823823 *                      terminator.
     
    834834 *
    835835 * @param   pszPatterns The patterns.
    836  * @param   cchPatterns The lengths of the patterns to use. Pass SIZE_T_MAX
     836 * @param   cchPatterns The lengths of the patterns to use. Pass RTSTR_MAX
    837837 *                      (~(size_t)0) to stop at the terminator.
    838838 * @param   pszString   The string to match against the pattern.
    839  * @param   cchString   The string length. Pass SIZE_T_MAX (~(size_t)0) stop
     839 * @param   cchString   The string length. Pass RTSTR_MAX (~(size_t)0) stop
    840840 *                      stop at the terminator.
    841841 * @param   poffPattern Offset into the patterns string of the patttern that
    842  *                      matched. If no match, this will be set to SIZE_T_MAX.
     842 *                      matched. If no match, this will be set to RTSTR_MAX.
    843843 *                      This is optional, NULL is fine.
    844844 */
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