From 238c45ded741a004792359940c537572bca81501 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 30 Jun 2020 14:29:01 -0400 Subject: [PATCH] Update design document Signed-off-by: Mathieu Desnoyers --- doc/lttng-modules-design.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lttng-modules-design.txt b/doc/lttng-modules-design.txt index 5b896d57..23beb0c5 100644 --- a/doc/lttng-modules-design.txt +++ b/doc/lttng-modules-design.txt @@ -56,8 +56,8 @@ Here are its key components: The ring buffer library can be configured to be used in various use-cases by creating a specialized ring buffer "client" (template). - include/ringbuffer/config.h details the various configurations which - are supported. + include/ringbuffer/config.h details the various configuration + parameters which are supported. * LTTng modules ring buffer clients -- 2.34.1