diff options
Diffstat (limited to 'jnlib/stringhelp.c')
-rw-r--r-- | jnlib/stringhelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlib/stringhelp.c b/jnlib/stringhelp.c index 7f09c517c..3760c1db3 100644 --- a/jnlib/stringhelp.c +++ b/jnlib/stringhelp.c @@ -314,8 +314,8 @@ make_dirname(const char *filepath) /* Implementation of make_filename and make_filename_try. We need to - use macros here toa void the use of the soemtimes problematic - va_copy fucntion which is not available on all systems. */ + use macros here to avoid the use of the sometimes problematic + va_copy function which is not available on all systems. */ #define MAKE_FILENAME_PART1 \ va_list arg_ptr; \ size_t n; \ |