VirtualBox

Changeset 64893 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 16, 2016 12:41:01 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112302
Message:

iprt/asn1.h: comment typo

File:
1 edited

Legend:

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

    r64888 r64893  
    595595
    596596
    597 /** Check s whether an ASN.1 core object present in some way (default data,
     597/** Checks whether an ASN.1 core object present in some way (default data,
    598598 *  decoded data, ...). */
    599599#define RTASN1CORE_IS_PRESENT(a_pAsn1Core)          ( RT_BOOL((a_pAsn1Core)->fFlags) )
    600600
    601 /** Check s whether an ASN.1 core object is a dummy object (and is present). */
     601/** Checks whether an ASN.1 core object is a dummy object (and is present). */
    602602#define RTASN1CORE_IS_DUMMY(a_pAsn1Core)            ( RT_BOOL((a_pAsn1Core)->fFlags & RTASN1CORE_F_DUMMY) )
    603603
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