From 1584d0d917f9890675325b65ab5102c049070a86 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 18 Sep 2021 14:40:59 +0100 Subject: [PATCH] fix comment typo --- libvips/iofuncs/error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvips/iofuncs/error.c b/libvips/iofuncs/error.c index 86154bae..37a6cdda 100644 --- a/libvips/iofuncs/error.c +++ b/libvips/iofuncs/error.c @@ -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 */