From 00418dfdfc8bc1c6a1430f781f8a59808b57508f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 26 Nov 2019 11:01:56 +0100 Subject: [PATCH] tests: fix a typo in comment s/There/These. Signed-off-by: Bartosz Golaszewski --- tests/gpiod-test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gpiod-test.h b/tests/gpiod-test.h index ebeda41..d4a8c5f 100644 --- a/tests/gpiod-test.h +++ b/tests/gpiod-test.h @@ -31,7 +31,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(gpiod_chip_struct, gpiod_chip_close); G_DEFINE_AUTOPTR_CLEANUP_FUNC(gpiod_chip_iter_struct, gpiod_chip_iter_free); G_DEFINE_AUTOPTR_CLEANUP_FUNC(gpiod_line_iter_struct, gpiod_line_iter_free); -/* There are private definitions and should not be used directly. */ +/* These are private definitions and should not be used directly. */ typedef void (*_gpiod_test_func)(void); typedef struct _gpiod_test_case _GpiodTestCase; -- 2.30.2