VirtualBox

Changeset 9328 in vbox


Ignore:
Timestamp:
Jun 2, 2008 9:24:07 PM (17 years ago)
Author:
vboxsync
Message:

typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CFGM.cpp

    r9327 r9328  
    21622162 * @param   iDef            The default value.
    21632163 */
    2164 CFGMR3DECL(int) CFGMR3QueryUIntDef(PCFGMNODE pNode, const char *pszName, signed int *pi, signed int iDef)
     2164CFGMR3DECL(int) CFGMR3QuerySIntDef(PCFGMNODE pNode, const char *pszName, signed int *pi, signed int iDef)
    21652165{
    21662166    AssertCompileSize(signed int, 4);
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