From fe163f879e64efed46c006a1b5fb53ebd16617a4 Mon Sep 17 00:00:00 2001 From: Kent Gibson Date: Sat, 24 Jun 2023 13:20:53 +0800 Subject: [PATCH] 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 --- bindings/cxx/examples/reconfigure_input_to_output.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2