From b2baf40cce69ef9d4509b4187ab9b828fa10c41e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 11 Sep 2025 01:26:33 +0300 Subject: [PATCH] Documentation: Fix grammar and typo in meson.build comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No functional change, this is only cosmetic. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Barnabás Pőcze Signed-off-by: Kieran Bingham --- Documentation/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/meson.build b/Documentation/meson.build index 28d616aa..fe53ebcf 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -64,9 +64,9 @@ if doxygen.found() and dot.found() configuration : cdata) # The set of public input files stored in the doxygen_public_input array - # needs to be set in Doxyfile public. We can't pass them through cdata - # cdata, as some of the array members are custom_tgt instances, which - # configuration_data.set() doesn't support. Using a separate script invoked + # needs to be set in Doxyfile-public. We can't pass them through cdata, as + # some of the array members are custom_tgt instances, which + # configuration_data.set() doesn't support. Use a separate script invoked # through custom_target(), which supports custom_tgt instances as inputs. doxyfile = custom_target('doxyfile-public',