diff options
Diffstat (limited to '')
-rw-r--r-- | src/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h index 63267b730..5a17ab11e 100644 --- a/src/path.h +++ b/src/path.h @@ -34,7 +34,7 @@ void finishPaths(void); * which means: * - Do not manually free the return value of these functions, it'll be * automatically freed the next time it is called. - * - They are not reentrant, strdup the return value immediately if + * - They are not reentrant, xstrdup the return value immediately if * you expect to call one of these functions again, but still need the * previous result. * - The static pointer is unique to each function. |