diff mbox series

[libgpiod,3/4] cxx: examples: file comment consistency

Message ID 20230624052054.13206-4-warthog618@gmail.com
State New
Headers show
Series python examples and comment corrections | expand

Commit Message

Kent Gibson June 24, 2023, 5:20 a.m. UTC
Make the file comment for reconfigure_input_to_output consistent with
other language examples.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
---
 bindings/cxx/examples/reconfigure_input_to_output.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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 <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>