Skip to content

Commit 5ecad63

Browse files
authored
Remove incorrect comment
The comment states that prefix must end in '/', but the '/' is added in the function itself, so the prefix should *not* end in '/' and the comment is incorrect.
1 parent 2f18d4e commit 5ecad63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libdispatch/drc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ rclocate(const char* key, const char* hostport)
415415

416416
/**
417417
* Locate rc file by searching in directory prefix.
418-
* Prefix must end in '/'
419418
*/
420419
static
421420
int

0 commit comments

Comments
 (0)