From: Bartosz Golaszewski Date: Sun, 4 Aug 2019 07:43:09 +0000 (+0200) Subject: tests: mockup: fix a typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0b0bfd3bc930684537f05e311e86aeefa2d73218;p=qemu-gpiodev%2Flibgpiod.git tests: mockup: fix a typo in comment It should have been 'check' not 'chech'. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/mockup/gpio-mockup.c b/tests/mockup/gpio-mockup.c index 608a764..b2dc7e1 100644 --- a/tests/mockup/gpio-mockup.c +++ b/tests/mockup/gpio-mockup.c @@ -107,7 +107,7 @@ EXPORT struct gpio_mockup *gpio_mockup_new(void) if (rv) goto err_unref_module; - /* We need to chech that the gpio-mockup debugfs directory exists. */ + /* We need to check that the gpio-mockup debugfs directory exists. */ rv = access("/sys/kernel/debug/gpio-mockup", R_OK); if (rv) goto err_unref_module;