VirtualBox

Changeset 18050 in vbox for trunk/include


Ignore:
Timestamp:
Mar 18, 2009 9:47:39 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44680
Message:

Typos.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/defs.h

    r15051 r18050  
    55
    66/*
    7  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6262
    6363/* Include iprt/types.h (which also includes iprt/types.h) now to make sure iprt
    64  * get to stdint.h first, otherwise a system/xpcom header might beat us and
     64 * gets to stdint.h first, otherwise a system/xpcom header might beat us and
    6565 * we'll be without the macros that are optional in C++. */
    6666#include <iprt/types.h>
     
    9494typedef const OLECHAR *CBSTR;
    9595
    96 /** Input BSTR argument the interface method declaration. */
     96/** Input BSTR argument of interface method declaration. */
    9797#define IN_BSTR BSTR
    9898
    99 /** Input GUID argument the interface method declaration. */
     99/** Input GUID argument of interface method declaration. */
    100100#define IN_GUID GUID
    101 /** Output GUID argument the interface method declaration. */
     101/** Output GUID argument of interface method declaration. */
    102102#define OUT_GUID GUID*
    103103
     
    339339#define COM_IIDOF(I) NS_GET_IID (I)
    340340
    341 /* two very simple ATL emulator classes to provide
    342  * FinalConstruct()/FinalRelease() functionality on Linux */
     341/* Two very simple ATL emulator classes to provide
     342 * FinalConstruct()/FinalRelease() functionality on Linux. */
    343343
    344344class CComObjectRootEx
     
    448448
    449449/**
    450  *  Declares a whar_t string literal from the argument.
     450 *  Declares a wchar_t string literal from the argument.
    451451 *  Necessary to overcome MSC / GCC differences.
    452452 *  @param s    expression to stringify
     
    483483 * }}}
    484484 *
    485  * On practice, you will need to use a FWResult variable when you call some COM
     485 * In practice, you will need to use a FWResult variable when you call some COM
    486486 * method B after another COM method A fails and want to return the result code
    487487 * of A even if B also fails, but want to return the failed result code of B if
     
    539539 * }}}
    540540 *
    541  * On practice, you will need to use a LWResult variable when you call some COM
     541 * In practice, you will need to use a LWResult variable when you call some COM
    542542 * method B after COM method A fails and want to return the result code of B
    543543 * if B also fails, but still want to return the failed result code of A if B
     
    578578
    579579#endif /* ___VBox_com_defs_h */
    580 
  • trunk/include/iprt/assert.h

    r16545 r18050  
    343343
    344344/** @def Assert
    345  * Assert that an expression is true. If it's not hit breakpoint.
     345 * Assert that an expression is true. If false, hit breakpoint.
    346346 * @param   expr    Expression which should be true.
    347347 */
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