summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-p_mul.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-01-27 14:33:54 +0000
committerBill Meier <wmeier@newsguy.com>2014-01-27 14:33:54 +0000
commitdfb3d167b35d9d82d59c5e07599c420103df02bf (patch)
tree3ef71e202ac180cb357141253621205309b7e056 /epan/dissectors/packet-p_mul.c
parentdab27680cdbbf02389e5f0ad6d182b0e8ca0a4ec (diff)
downloadwireshark-dfb3d167b35d9d82d59c5e07599c420103df02bf.tar.gz
(Trivial) Fix spellling in a comment.
svn path=/trunk/; revision=54982
Diffstat (limited to 'epan/dissectors/packet-p_mul.c')
-rw-r--r--epan/dissectors/packet-p_mul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-p_mul.c b/epan/dissectors/packet-p_mul.c
index 5f7da63eff..6df5cfd726 100644
--- a/epan/dissectors/packet-p_mul.c
+++ b/epan/dissectors/packet-p_mul.c
@@ -284,7 +284,7 @@ static guint16 checksum (guint8 *buffer, gint len, gint offset)
guint8 *hpp, *pls;
if (len < offset+2) {
- /* Buffer to small */
+ /* Buffer too small */
return 0;
}