summaryrefslogtreecommitdiff
path: root/epan/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 0b35a9ce54..002bc4295c 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -633,7 +633,7 @@ typedef struct field_info {
* crumb_bit_length is the number of contiguous bits of this crumb.
* The first element of an array of bits_specs describes the most significant crumb of the output value.
* The second element of an array of bits_specs describes the next-most significant crumb of the output value, etc.
- * The array is terminated by a sentinal entry with crumb_bit_length of 0.
+ * The array is terminated by a sentinel entry with crumb_bit_length of 0.
*/
typedef struct
{