From 9758fd4210868bb7f9391d8d96085cd1846ff55f Mon Sep 17 00:00:00 2001 From: dockes Date: Wed, 4 Nov 2009 13:42:41 +0000 Subject: [PATCH] comment --- src/utils/cancelcheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/cancelcheck.h b/src/utils/cancelcheck.h index 6f11c161..f0027cef 100644 --- a/src/utils/cancelcheck.h +++ b/src/utils/cancelcheck.h @@ -32,7 +32,7 @@ * a side-effect of some other progress-reporting call. If cancellation has * been requested, this will raise an exception, to be catched and processed * wherever the worker was invoked. - * Of course, the worker side must be exception-clean, but this otherwise avoids + * The worker side must be exception-clean, but this otherwise avoids * having to set-up code to handle a special cancellation error along * the whole worker call stack. */