aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cfm.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-07 15:04:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-07 15:04:28 +0000
commita37c05eb19d087e10e1fef4e2ee60b4ec4227349 (patch)
tree10b101e91bfb9b9de48cacab8e9127874db42b6f /epan/dissectors/packet-cfm.c
parent664ae6add784dacc9a61dc0b21ccefe375cb3988 (diff)
Get rid of a non ASCII char.
svn path=/trunk/; revision=45960
Diffstat (limited to 'epan/dissectors/packet-cfm.c')
-rw-r--r--epan/dissectors/packet-cfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cfm.c b/epan/dissectors/packet-cfm.c
index d6f5582781..5369e7627c 100644
--- a/epan/dissectors/packet-cfm.c
+++ b/epan/dissectors/packet-cfm.c
@@ -26,7 +26,7 @@
*/
/* This code is based on the IEEE P802.1ag/D8.1 document,
- * the ITU-T Rec. G.8031/Y.1342 (06/2011) – Ethernet linear protection switching document,
+ * the ITU-T Rec. G.8031/Y.1342 (06/2011) - Ethernet linear protection switching document,
* and on the ITU-T Y.1731 recommendation (05/2006,) which is not formally released
* at the time of this dissector development.
* Any updates to these documents may require additional modifications to this code.