aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-10-11 23:53:03 -0700
committerGuy Harris <gharris@sonic.net>2022-10-11 23:53:03 -0700
commitf7422a5cc85a3b58b371fa7ec22c55dc0662215c (patch)
tree4f3acb81d2cc916ad5336a2a37f6359b7aeeee4f /wiretap
parent4653583e1efc449617d97d0f1152a096abd00a04 (diff)
Use "a" before consonant sounds, use "an" before vowel sounds.
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap_opttypes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/wtap_opttypes.h b/wiretap/wtap_opttypes.h
index 3b20c88f1d..ef833caae4 100644
--- a/wiretap/wtap_opttypes.h
+++ b/wiretap/wtap_opttypes.h
@@ -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