diff --git a/libvips/conversion/sequential.c b/libvips/conversion/sequential.c index a24671e0..505dc434 100644 --- a/libvips/conversion/sequential.c +++ b/libvips/conversion/sequential.c @@ -63,7 +63,7 @@ #include "conversion.h" -/* Stall threads that run ahead for this long, in seconds. +/* Stall threads that run ahead for up to this long, in seconds. */ #define STALL_TIME (0.1)