From f5617852740a33a34a827693435421055eb5b9c4 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 12 Nov 2012 14:14:23 +0000 Subject: [PATCH] typo --- libvips/conversion/sequential.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)