VirtualBox

Changeset 18555 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 30, 2009 4:21:02 PM (16 years ago)
Author:
vboxsync
Message:

iprt: typos

File:
1 edited

Legend:

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

    r18552 r18555  
    884884
    885885/**
    886  * Locates a case insensitive substring.
     886 * Locates a case sensitive substring.
    887887 *
    888888 * If any of the two strings are NULL, then NULL is returned. If the needle is
    889889 * an empty string, then the haystack is returned (i.e. matches anything).
    890890 *
    891  * @returns Pointer to the first occurance of the substring if found, NULL if
     891 * @returns Pointer to the first occurrence of the substring if found, NULL if
    892892 *          not.
    893893 *
     
    896896 *
    897897 * @remarks The difference between this and strstr is the handling of NULL
    898  *          pointers.s
     898 *          pointers.
    899899 */
    900900RTDECL(char *) RTStrStr(const char *pszHaystack, const char *pszNeedle);
     
    906906 * an empty string, then the haystack is returned (i.e. matches anything).
    907907 *
    908  * @returns Pointer to the first occurance of the substring if found, NULL if
     908 * @returns Pointer to the first assurance of the substring if found, NULL if
    909909 *          not.
    910910 *
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