bindings: cxx: fix doxygen description of line_request::release()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 8 Apr 2024 09:20:30 +0000 (11:20 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 8 Apr 2024 09:26:11 +0000 (11:26 +0200)
Seems like the description was copy-pasted from chip::close(). Fix it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/gpiodcxx/line-request.hpp

index 0a47a76cf719b5bbe5b46b404e0cc5078adbf983..dfe3e0f0e66762397e38286312e1f8022f4fcc02 100644 (file)
@@ -68,7 +68,7 @@ public:
        explicit operator bool() const noexcept;
 
        /**
-        * @brief Release the GPIO chip and free all associated resources.
+        * @brief Release the requested lines and free all associated resources.
         * @note The object can still be used after this method is called but
         *       using any of the mutators will result in throwing
         *       a logic_error exception.