From: Jérémie Galarneau Date: Tue, 27 Aug 2019 21:54:00 +0000 (-0400) Subject: Clean-up: missing word `lock` in comment X-Git-Tag: v2.12.0-rc1~485 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d2c82a5a1c6d51320ea20301f96891750b3b212b Clean-up: missing word `lock` in comment Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index 04d7efe54..2963b16ed 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -3031,7 +3031,7 @@ end: * Stop a given metadata channel timer if enabled and close the wait fd which * is the poll pipe of the metadata stream. * - * This MUST be called with the metadata channel acquired. + * This MUST be called with the metadata channel lock acquired. */ void lttng_ustconsumer_close_metadata(struct lttng_consumer_channel *metadata) {