> >  /**
> > - * Get event type
> > + * @typedef odp_event_subtype_t
> > + * Event subtype
> >   *
> > - * @param event    Event handle
> > + * Event subtype expands event type specification by providing more
> detailed
> > + * purpose and format of an event. It can be checked with
> odp_event_subtype() or
> > + * odp_event_types(). Each event subtype may define specific functions
> > + * (e.g. odp_ipsec_packet_from_event()) to convert between the generic
> event
> > + * handle (odp_event_t) and event type specific handle (e.g.
> odp_packet_t). When
> > + * subtype is known, these subtype specific functions should be preffer
> over the
> 
> Typo: preferred


Thanks, will correct to v3.

-Petri

Reply via email to