summaryrefslogtreecommitdiff
path: root/epan/proto.h
diff options
context:
space:
mode:
authorKevin Bracey <kevin.bracey@arm.com>2016-01-12 13:26:42 +0200
committerJoão Valverde <j@v6e.pt>2016-01-12 17:16:20 +0000
commit9cdc41160ca701310fe342a063da091d2e5545a2 (patch)
treead969e119c7eb19e5d5b8dacd4bf95a2b93fbafa /epan/proto.h
parent62abe43e07b9cca4473d7e43aaa77e2e9a1510b9 (diff)
downloadwireshark-9cdc41160ca701310fe342a063da091d2e5545a2.tar.gz
proto.h comment spelling fix: sentinal->sentinel
Change-Id: I72f09eda89adc231a6c97d3abde9ca6cebe4b24d Reviewed-on: https://code.wireshark.org/review/13234 Reviewed-by: João Valverde <j@v6e.pt>
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
{