From: Bartosz Golaszewski Date: Tue, 26 Nov 2019 10:01:56 +0000 (+0100) Subject: tests: fix a typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=00418dfdfc8bc1c6a1430f781f8a59808b57508f;p=qemu-gpiodev%2Flibgpiod.git tests: fix a typo in comment s/There/These. Signed-off-by: Bartosz Golaszewski --- 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;