aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtcdc.c')
-rw-r--r--epan/dissectors/packet-rtcdc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rtcdc.c b/epan/dissectors/packet-rtcdc.c
index e1c053ead7..26debe844e 100644
--- a/epan/dissectors/packet-rtcdc.c
+++ b/epan/dissectors/packet-rtcdc.c
@@ -1,11 +1,11 @@
/*
* packet-rtcdc.c
* Routines for the RTCWeb Data Channel Protocol dissection
- * as specified in
+ * as specified in
* http://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol-03
- * and the upcoming version specified in
+ * and the upcoming version specified in
* http://tools.ietf.org/html/draft-ietf-rtcweb-data-protocol-00
- * We might want to remove the support of
+ * We might want to remove the support of
* http://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol-03
* in the future, but I'll leave it in for now.
* Copyright 2012 - 2013, Michael Tuexen <tuexen@wireshark.org>