From 8dfa12e41decc4fa5c5b1af932c01d61535a0b2a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 3 Sep 2021 18:17:15 +0200 Subject: [PATCH] fp-context: Fix typo in API docs --- libfprint/fp-context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fp-context.c b/libfprint/fp-context.c index 578766b..d4bd000 100644 --- a/libfprint/fp-context.c +++ b/libfprint/fp-context.c @@ -574,7 +574,7 @@ fp_context_enumerate (FpContext *context) * * Get all devices. fp_context_enumerate() will be called as needed. * - * Returns: (transfer none) (element-type FpDevice): a new #GPtrArray of #GUsbDevice's. + * Returns: (transfer none) (element-type FpDevice): a new #GPtrArray of #FpDevice's. */ GPtrArray * fp_context_get_devices (FpContext *context)