diff options
Diffstat (limited to 'src/lib/util/corestr.h')
-rw-r--r-- | src/lib/util/corestr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corestr.h b/src/lib/util/corestr.h index 29f98d06dc6..1e12c0d0e24 100644 --- a/src/lib/util/corestr.h +++ b/src/lib/util/corestr.h @@ -49,7 +49,7 @@ int core_strnicmp(const char *s1, const char *s2, size_t n); #define strncasecmp MUST_USE_CORE_STRNICMP_INSTEAD -/* since strdup is not part of the standard, we use this instead - free with osd_free() */ +/* since strdup is not part of the standard, we use this instead - free with free() */ char *core_strdup(const char *str); /* this macro prevents people from using strdup directly */ |