From 2c62de52b73f2c3676799342a0e13690463f523b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 31 Oct 2015 22:53:14 +0000 Subject: [PATCH] df: Close parenthesis in comment. --- df/parallel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/df/parallel.h b/df/parallel.h index db050d5c6..44f03bca8 100644 --- a/df/parallel.h +++ b/df/parallel.h @@ -34,7 +34,7 @@ typedef int (*work_fn) (guestfs_h *g, size_t i, FILE *fp); /* Run the threads and work through the global list of libvirt * domains. 'option_P' is whatever the user passed in the '-P' * option, or 0 if the user didn't use the '-P' option (in which case - * the number of threads is chosen heuristically. 'options_handle' + * the number of threads is chosen heuristically). 'options_handle' * (which may be NULL) is the global guestfs handle created by the * options mini-library. *