VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 1:30:07 PM (16 years ago)
Author:
vboxsync
Message:

Main: typos

File:
1 edited

Legend:

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

    r13580 r13856  
    8383 * error or warning but continues its execution, the functionality provided
    8484 * by the base com::FWResult class becomes very useful because it allows to
    85  * preseve the error or the warning result code even if it is later assigned
     85 * preserve the error or the warning result code even if it is later assigned
    8686 * a S_OK value multiple times. See com::FWResult for details.
    8787 *
     
    137137         * it in case of expressions like |MultiResult rc = E_FAIL;|. But
    138138         * we assert since the optimizer should actually avoid the
    139          * temporary and call the other constructor directly istead. */
     139         * temporary and call the other constructor directly instead. */
    140140        AssertFailed();
    141141    }
     
    154154         * it in case of expressions like |MultiResult rc = E_FAIL;|. But
    155155         * we assert since the optimizer should actually avoid the
    156          * temporary and call the other constructor directly istead. */
     156         * temporary and call the other constructor directly instead */
    157157        AssertFailed();
    158158        return *this;
     
    210210 *
    211211 * Basic error info support includes a group of setError() methods to set
    212  * extended error information on the current thread. This support doesn not
     212 * extended error information on the current thread. This support does not
    213213 * include all necessary implementation details (for example, implementation of
    214214 * the ISupportErrorInfo interface on MS COM) to make the error info support
     
    273273     * </pre>
    274274     *
    275      * Note that this is a generic mehtod. There are more convenient overloaded
     275     * Note that this is a generic method. There are more convenient overloaded
    276276     * versions that automatically substitute some arguments taking their
    277277     * values from the template parameters. See #setError (HRESULT, const char
     
    304304     * IVirtualBoxErrorInfo object.
    305305     *
    306      * The error severity bit is always cleared by this call, thereofe you can
    307      * use ordinary E_XXX result code constancs, for convenience. However, this
    308      * behavior may be non-stanrard on some COM platforms.
     306     * The error severity bit is always cleared by this call, thereof you can
     307     * use ordinary E_XXX result code constants, for convenience. However, this
     308     * behavior may be non-standard on some COM platforms.
    309309     */
    310310    static HRESULT setWarning (HRESULT aResultCode, const GUID &aIID,
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