aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-04 22:42:35 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-05 05:43:05 +0000
commite731bc77072fddfbfe189d2da3271931e230fc98 (patch)
tree9abb6933d4c4382e952a29e17eca05ebe4523e9c
parente7dcf1b12dd524508169a3d85b959c72ab3dc396 (diff)
Fix a comment.
Change-Id: I875888753859488ed810cedb5656bd870bee7122 Reviewed-on: https://code.wireshark.org/review/4471 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--wiretap/k12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/k12.c b/wiretap/k12.c
index 64cd763685..968a73c69e 100644
--- a/wiretap/k12.c
+++ b/wiretap/k12.c
@@ -505,7 +505,7 @@ static gint get_record(k12_t *file_data, FILE_T fh, gint64 file_offset,
K12_DBG(5,("get_record: GET length=%u",left));
/*
- * Record length must be at least large enough for the length,
+ * Record length must be at least large enough for the length
* and type, hence 8 bytes.
*
* XXX - is WTAP_MAX_PACKET_SIZE the right check for a maximum