aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-02-11 01:54:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-02-11 01:54:09 +0000
commit1218ed762e1c35519e643f86605e168f387883e8 (patch)
tree7935fbf8dec87797b09b95c146e917f2cd019723 /epan/filesystem.h
parent9c8570017f645f6c327c5d2570bfb8e4b7c8d7d3 (diff)
fix a comment
svn path=/trunk/; revision=27420
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);