(Trivial) Fix spellling in a comment.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Jan 2014 14:33:54 +0000 (14:33 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Jan 2014 14:33:54 +0000 (14:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54982 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-p_mul.c

index 5f7da63eff10264cb40945dae9604ee6859930e7..6df5cfd726196d4ab7249e9de482e8c066cc9e32 100644 (file)
@@ -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;
   }