tests: fix a typo in comment
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 26 Nov 2019 10:01:56 +0000 (11:01 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 26 Nov 2019 10:01:56 +0000 (11:01 +0100)
s/There/These.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/gpiod-test.h

index ebeda41d4f0834d1ca6fe4e673680c5d683d8c1a..d4a8c5f1eccaea1937b4faecb59adf5132910065 100644 (file)
@@ -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;