Index: /trunk/include/iprt/asn1.h
===================================================================
--- /trunk/include/iprt/asn1.h	(revision 64892)
+++ /trunk/include/iprt/asn1.h	(revision 64893)
@@ -595,9 +595,9 @@
 
 
-/** Check s whether an ASN.1 core object present in some way (default data,
+/** Checks whether an ASN.1 core object present in some way (default data,
  *  decoded data, ...). */
 #define RTASN1CORE_IS_PRESENT(a_pAsn1Core)          ( RT_BOOL((a_pAsn1Core)->fFlags) )
 
-/** Check s whether an ASN.1 core object is a dummy object (and is present). */
+/** Checks whether an ASN.1 core object is a dummy object (and is present). */
 #define RTASN1CORE_IS_DUMMY(a_pAsn1Core)            ( RT_BOOL((a_pAsn1Core)->fFlags & RTASN1CORE_F_DUMMY) )
 
