aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-08-08 14:04:53 -0700
committerGuy Harris <guy@alum.mit.edu>2017-08-08 21:05:26 +0000
commit3bcd0e142a3540ed8fa7a339728d0c10bacadcc8 (patch)
tree6ad779aed315621f7a2a93a0a87efdbe7da50357
parentae3fd56b20b1e1c0b2b9871827ed2f3529576717 (diff)
Fix a comment.
\, not /, is the standard pathname separator on Windows. Change-Id: Ia1f1be5e4bd76519e27df430e8ef46967ffe35f5 Reviewed-on: https://code.wireshark.org/review/23024 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--wsutil/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/filesystem.c b/wsutil/filesystem.c
index 7efdf79ec3..939e4d3f05 100644
--- a/wsutil/filesystem.c
+++ b/wsutil/filesystem.c
@@ -939,7 +939,7 @@ get_datafile_dir(void)
/*
* Find the directory where the plugins are stored.
*
- * On Windows, we use the plugin/{VERSION} subdirectory of the datafile
+ * On Windows, we use the plugin\{VERSION} subdirectory of the datafile
* directory, where {VERSION} is the version number of this version of
* Wireshark.
*