aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-03-25 23:46:04 +0000
committerGuy Harris <guy@alum.mit.edu>2003-03-25 23:46:04 +0000
commit4fb9c1866be1be3c185d6e51bbf9c31a6fb1073a (patch)
treee186e011cced50864d9a1c8292abe0a7ed932dba /epan
parent97f273f0443eb49847fd60a8648d5890ff2d2db3 (diff)
Fix up a comment.
svn path=/trunk/; revision=7369
Diffstat (limited to 'epan')
-rw-r--r--epan/filesystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index 90ff0df7bc..8995bf5134 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -1,7 +1,7 @@
/* filesystem.c
* Filesystem utility routines
*
- * $Id: filesystem.c,v 1.20 2002/08/28 20:40:44 jmayer Exp $
+ * $Id: filesystem.c,v 1.21 2003/03/25 23:46:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -235,7 +235,7 @@ get_datafile_dir(void)
* Now we attempt to get the full pathname of the currently running
* program, under the assumption that we're running an installed
* version of the program. If we fail, we don't change "datafile_dir",
- * and thus end up using DATAFILE_DIR.
+ * and thus end up using the default.
*
* XXX - does NSIS put the installation directory into
* "\HKEY_LOCAL_MACHINE\SOFTWARE\Ethereal\InstallDir"?