aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wspython')
-rwxr-xr-xepan/wspython/wspy_libws.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wspython/wspy_libws.py b/epan/wspython/wspy_libws.py
index ed456f2741..6d47102b1f 100755
--- a/epan/wspython/wspy_libws.py
+++ b/epan/wspython/wspy_libws.py
@@ -27,7 +27,7 @@ import platform
__libwireshark = None
-/* XXX - We should probably return a full path here, at least on Windows. */
+# XXX - We should probably return a full path here, at least on Windows.
def get_libws_libname():
system = platform.system()
if system == "Darwin":