From: Kent Gibson Date: Sat, 24 Jun 2023 05:20:53 +0000 (+0800) Subject: cxx: examples: file comment consistency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe163f879e64efed46c006a1b5fb53ebd16617a4;p=qemu-gpiodev%2Flibgpiod.git cxx: examples: file comment consistency Make the file comment for reconfigure_input_to_output consistent with other language examples. Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/examples/reconfigure_input_to_output.cpp b/bindings/cxx/examples/reconfigure_input_to_output.cpp index 7b52dab..896c812 100644 --- a/bindings/cxx/examples/reconfigure_input_to_output.cpp +++ b/bindings/cxx/examples/reconfigure_input_to_output.cpp @@ -2,8 +2,8 @@ // SPDX-FileCopyrightText: 2023 Kent Gibson /* - * Minimal example of requesting a line intended for bi-directional use as - * input and then switching to output. + * Example of a bi-directional line requested as input and then switched + * to output. */ #include