summaryrefslogtreecommitdiff
path: root/src/port/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/path.c')
-rw-r--r--src/port/path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/path.c b/src/port/path.c
index 08397d5b99c..ccf801ead64 100644
--- a/src/port/path.c
+++ b/src/port/path.c
@@ -98,13 +98,13 @@ first_dir_separator(const char *filename)
}
/*
- * first_path_separator
+ * first_path_var_separator
*
* Find the location of the first path separator (i.e. ':' on
* Unix, ';' on Windows), return NULL if not found.
*/
char *
-first_path_separator(const char *pathlist)
+first_path_var_separator(const char *pathlist)
{
const char *p;