aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eigrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-eigrp.c')
-rw-r--r--epan/dissectors/packet-eigrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-eigrp.c b/epan/dissectors/packet-eigrp.c
index 04869c7706..aa1e0db248 100644
--- a/epan/dissectors/packet-eigrp.c
+++ b/epan/dissectors/packet-eigrp.c
@@ -149,7 +149,7 @@
* External routes originate from some other protocol - these are them
*/
#define NULL_PROTID 0 /*!< unknown protocol */
-#define IGRP1_PROTID 1 /*!< IGRP.. whos your daddy! */
+#define IGRP1_PROTID 1 /*!< IGRP.. who's your daddy! */
#define IGRP2_PROTID 2 /*!< EIGRP - Just flat out the best */
#define STATIC_PROTID 3 /*!< Staticly configured source */
#define RIP_PROTID 4 /*!< Routing Information Protocol */
@@ -2557,7 +2557,7 @@ dissect_eigrp (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _
*
* @usage
* you can not have the function name inside a comment or else Wireshark
- * will fail with "duplicate protocol" error. Dont you hate it when tools
+ * will fail with "duplicate protocol" error. Don't you hate it when tools
* try to be to smart :(
*
* @par