From 0613b3cdf32e73ed894aa5d11cfe809abbd282f0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 15 May 2020 15:29:54 +0100 Subject: [PATCH] trivial: Fix the docstring for fwupd_security_attr_set_name() --- libfwupd/fwupd-security-attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfwupd/fwupd-security-attr.c b/libfwupd/fwupd-security-attr.c index c0d4a2191..5a0a2b094 100644 --- a/libfwupd/fwupd-security-attr.c +++ b/libfwupd/fwupd-security-attr.c @@ -205,7 +205,7 @@ fwupd_security_attr_get_result (FwupdSecurityAttr *self) /** * fwupd_security_attr_set_name: * @self: A #FwupdSecurityAttr - * @result: the attribute one line result + * @name: the attribute name * * Sets the attribute name. *