aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-11 01:54:09 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-11 01:54:09 +0000
commit4d0e5774c4126bc07af56b41d7d082d6d081669c (patch)
tree7935fbf8dec87797b09b95c146e917f2cd019723 /epan/filesystem.h
parent667c34311115e4053ecb060e25492cdb6b0cf02c (diff)
fix a comment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27420 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index c174aaa747..b8dba0fcd5 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -166,7 +166,7 @@ extern char *get_persdatafile_dir(void);
* Construct the path name of a file in $TMP/%TEMP% directory.
* Or "/tmp/<filename>" (C:\<filename>) if that fails.
*
- * Return value is malloced so the caller should free it.
+ * Return value is g_malloced so the caller should g_free it.
*/
extern char *get_tempfile_path(const char *filename);