aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2009-05-30 12:54:08 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2009-05-30 12:54:08 +0000
commitc5c563d38b5a77cb262a195a94f0f4d8fffaa4d4 (patch)
tree862ef7d61e6092148e43ef578fecbea099eba9e3
parent63504714a0a2c9e9d20b2c8bf9d39560a6213c98 (diff)
Tidy up comments.
svn path=/trunk/; revision=28531
-rw-r--r--epan/dissectors/packet-mac-lte.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 9c44b91e0b..9efb8fe14d 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -109,13 +109,13 @@ typedef struct mac_lte_tap_info {
/* Several people have asked about dissecting MAC by framing */
/* PDUs over IP. A suggested format over UDP has been */
/* and implemented by this dissector, using the definitions */
-/* below. An example program showing you how to encode this */
-/* header and send LTE MAC PDUs on a UDP socket is available */
-/* from http://wiki.wireshark.org/MAC-LTE */
+/* below. A link to an example program showing you how to encode */
+/* these headers and send LTE MAC PDUs on a UDP socket is */
+/* provided at http://wiki.wireshark.org/MAC-LTE */
/* */
-/* A heuristic dissected (enabled by a preference) will */
+/* A heuristic dissecter (enabled by a preference) will */
/* recognise a signature at the beginning of these frames . */
-/* Until someone is using this format, suggestions for chage */
+/* Until someone is using this format, suggestions for changes */
/* are welcome. */
/*****************************************************************/