From 008e2ba4804e84aa57a96146fb9be26c6b9ddccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20H=C3=B6hnel?= Date: Sat, 21 Mar 2026 10:19:19 +0100 Subject: [PATCH] fix typo in comment --- libfprint/drivers/upeksonly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/drivers/upeksonly.c b/libfprint/drivers/upeksonly.c index 57d4f9f0..ade7e30a 100644 --- a/libfprint/drivers/upeksonly.c +++ b/libfprint/drivers/upeksonly.c @@ -1549,7 +1549,7 @@ dev_init (FpImageDevice *dev) self->assembling_ctx.line_width = IMG_WIDTH_2016; /* The sensor resolution is too low for the normal threshold. - Note that this case is only called for rev1 one + Note that this case is only called for rev1 of the sensor and upektc_img for rev2! */ fpi_image_device_set_bz3_threshold (dev, 20); break;