From: Bartosz Golaszewski Date: Mon, 20 Feb 2017 15:16:17 +0000 (+0100) Subject: tests: fix a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77b05e2da9a1e6f40c336a1d8980219573ac7c98;p=qemu-gpiodev%2Flibgpiod.git tests: fix a comment This file contains iterator test cases, not GPIO chip tests. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/unit/tests-iter.c b/tests/unit/tests-iter.c index 4bc5574..1fc30fe 100644 --- a/tests/unit/tests-iter.c +++ b/tests/unit/tests-iter.c @@ -1,5 +1,5 @@ /* - * GPIO chip test cases for libgpiod. + * Iterator test cases for libgpiod. * * Copyright (C) 2017 Bartosz Golaszewski *