fix comment typo

This commit is contained in:
John Cupitt 2021-09-18 14:40:59 +01:00
parent 6acc77505b
commit 1584d0d917
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ vips_error_buffer_copy( void )
return( msg );
}
/* Some systems do not have va_copy() ... this might work (it does on MSVC),
* apparently.
/* Some systems do not have va_copy() ... this might work (it does on MSVC,
* apparently).
*
* FIXME ... this should be in configure.in
*/