projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
384a224
)
tests: fix a typo in comment
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Tue, 26 Nov 2019 10:01:56 +0000
(11:01 +0100)
committer
Bartosz 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
patch
|
blob
|
history
diff --git
a/tests/gpiod-test.h
b/tests/gpiod-test.h
index ebeda41d4f0834d1ca6fe4e673680c5d683d8c1a..d4a8c5f1eccaea1937b4faecb59adf5132910065 100644
(file)
--- 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);
-/* The
r
e are private definitions and should not be used directly. */
+/* The
s
e are private definitions and should not be used directly. */
typedef void (*_gpiod_test_func)(void);
typedef struct _gpiod_test_case _GpiodTestCase;