Use "a" before consonant sounds, use "an" before vowel sounds.

This commit is contained in:
Guy Harris 2022-10-11 23:53:03 -07:00
parent 4653583e1e
commit f7422a5cc8
1 changed files with 4 additions and 4 deletions

View File

@ -204,7 +204,7 @@ typedef struct wtapng_section_mandatory_s {
*/
} wtapng_section_mandatory_t;
/** struct holding the information to build an WTAP_BLOCK_IF_ID_AND_INFO.
/** struct holding the information to build a WTAP_BLOCK_IF_ID_AND_INFO.
* the interface_data array holds an array of wtap_block_t
* representing interfacs, one per interface.
*/
@ -968,7 +968,7 @@ wtap_block_add_nflx_custom_option(wtap_block_t block, guint32 nflx_type, const c
WS_DLL_PUBLIC wtap_opttype_return_val
wtap_block_get_nflx_custom_option(wtap_block_t block, guint32 nflx_type, char *nflx_custom_data, gsize nflx_custom_data_len);
/** Add an custom option to a block
/** Add a custom option to a block
*
* @param[in] block Block to which to add the option
* @param[in] option_id Identifier value for option
@ -1014,7 +1014,7 @@ wtap_block_set_if_filter_option_value(wtap_block_t block, guint option_id, if_fi
WS_DLL_PUBLIC wtap_opttype_return_val
wtap_block_get_if_filter_option_value(wtap_block_t block, guint option_id, if_filter_opt_t* value) G_GNUC_WARN_UNUSED_RESULT;
/** Add an packet_verdict option value to a block
/** Add a packet_verdict option value to a block
*
* @param[in] block Block to which to add the option
* @param[in] option_id Identifier value for option
@ -1054,7 +1054,7 @@ wtap_block_get_nth_packet_verdict_option_value(wtap_block_t block, guint option_
WS_DLL_PUBLIC void
wtap_packet_verdict_free(packet_verdict_opt_t* verdict);
/** Add an packet_hash option value to a block
/** Add a packet_hash option value to a block
*
* @param[in] block Block to which to add the option
* @param[in] option_id Identifier value for option