mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 00:50:50 +00:00
fix comment typo in util.c
fix comment typo in util.c
This commit is contained in:
parent
7721fe83e9
commit
cabc06076b
@ -606,7 +606,7 @@ void getRandomHexChars(char *p, size_t len) {
|
||||
* already, this will be detected and handled correctly.
|
||||
*
|
||||
* The function does not try to normalize everything, but only the obvious
|
||||
* case of one or more "../" appearning at the start of "filename"
|
||||
* case of one or more "../" appearing at the start of "filename"
|
||||
* relative path. */
|
||||
sds getAbsolutePath(char *filename) {
|
||||
char cwd[1024];
|
||||
|
Loading…
x
Reference in New Issue
Block a user