cxx: examples: file comment consistency
authorKent Gibson <warthog618@gmail.com>
Sat, 24 Jun 2023 05:20:53 +0000 (13:20 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 26 Jun 2023 08:06:31 +0000 (10:06 +0200)
Make the file comment for reconfigure_input_to_output consistent with
other language examples.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/examples/reconfigure_input_to_output.cpp

index 7b52dab2761821137f88765061545f387d11fc8f..896c8122b0be9affe3fae581a7be2e4c110f70cf 100644 (file)
@@ -2,8 +2,8 @@
 // SPDX-FileCopyrightText: 2023 Kent Gibson <warthog618@gmail.com>
 
 /*
- * 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 <cstdlib>