VirtualBox

Changeset 14774 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 28, 2008 1:02:55 PM (16 years ago)
Author:
vboxsync
Message:

IPRT/string: fix lots of comment typos documenting the handling of 0 as base

File:
1 edited

Legend:

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

    r14007 r14774  
    957957 * @param   ppszNext    Where to store the pointer to the first char following the number. (Optional)
    958958 * @param   uBase       The base of the representation used.
    959  *                      If the function will look for known prefixes before defaulting to 10.
     959 *                      If 0 the function will look for known prefixes before defaulting to 10.
    960960 * @param   pu64        Where to store the converted number. (optional)
    961961 */
     
    977977 * @param   pszValue    Pointer to the string value.
    978978 * @param   uBase       The base of the representation used.
    979  *                      If the function will look for known prefixes before defaulting to 10.
     979 *                      If 0 the function will look for known prefixes before defaulting to 10.
    980980 * @param   pu64        Where to store the converted number. (optional)
    981981 */
     
    10271027 * @param   pszValue    Pointer to the string value.
    10281028 * @param   uBase       The base of the representation used.
    1029  *                      If the function will look for known prefixes before defaulting to 10.
     1029 *                      If 0 the function will look for known prefixes before defaulting to 10.
    10301030 * @param   pu32        Where to store the converted number. (optional)
    10311031 */
     
    10771077 * @param   pszValue    Pointer to the string value.
    10781078 * @param   uBase       The base of the representation used.
    1079  *                      If the function will look for known prefixes before defaulting to 10.
     1079 *                      If 0 the function will look for known prefixes before defaulting to 10.
    10801080 * @param   pu16        Where to store the converted number. (optional)
    10811081 */
     
    11271127 * @param   pszValue    Pointer to the string value.
    11281128 * @param   uBase       The base of the representation used.
    1129  *                      If the function will look for known prefixes before defaulting to 10.
     1129 *                      If 0 the function will look for known prefixes before defaulting to 10.
    11301130 * @param   pu8         Where to store the converted number. (optional)
    11311131 */
     
    11751175 * @param   pszValue    Pointer to the string value.
    11761176 * @param   uBase       The base of the representation used.
    1177  *                      If the function will look for known prefixes before defaulting to 10.
     1177 *                      If 0 the function will look for known prefixes before defaulting to 10.
    11781178 * @param   pi64        Where to store the converted number. (optional)
    11791179 */
     
    12231223 * @param   pszValue    Pointer to the string value.
    12241224 * @param   uBase       The base of the representation used.
    1225  *                      If the function will look for known prefixes before defaulting to 10.
     1225 *                      If 0 the function will look for known prefixes before defaulting to 10.
    12261226 * @param   pi32        Where to store the converted number. (optional)
    12271227 */
     
    12711271 * @param   pszValue    Pointer to the string value.
    12721272 * @param   uBase       The base of the representation used.
    1273  *                      If the function will look for known prefixes before defaulting to 10.
     1273 *                      If 0 the function will look for known prefixes before defaulting to 10.
    12741274 * @param   pi16        Where to store the converted number. (optional)
    12751275 */
     
    13191319 * @param   pszValue    Pointer to the string value.
    13201320 * @param   uBase       The base of the representation used.
    1321  *                      If the function will look for known prefixes before defaulting to 10.
     1321 *                      If 0 the function will look for known prefixes before defaulting to 10.
    13221322 * @param   pi8         Where to store the converted number. (optional)
    13231323 */
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