summaryrefslogtreecommitdiff
path: root/gck
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2021-11-14 16:02:24 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2021-11-14 16:02:24 +0100
commit83ea29c74793b19056d8c9609ad9794b821ef1cc (patch)
tree3468b2871993c474fc98933c90aec3bee06faffd /gck
parent8852318b9ef92003543d2b4a50aedb565c02eca3 (diff)
downloadgcr-83ea29c74793b19056d8c9609ad9794b821ef1cc.tar.gz
docs: fix gi-docgen annotations
Diffstat (limited to 'gck')
-rw-r--r--gck/gck-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gck/gck-misc.c b/gck/gck-misc.c
index 1ebebb4..ec664a2 100644
--- a/gck/gck-misc.c
+++ b/gck/gck-misc.c
@@ -92,7 +92,7 @@ EGG_SECURE_DEFINE_GLIB_GLOBALS ();
* Various error codes. All the `CKR_XXX` error codes from PKCS#11 are also
* relevant error codes.
*
- * Note that errors are returned as [class@GLib.Error] structures. The `code`
+ * Note that errors are returned as [struct@GLib.Error] structures. The `code`
* member of the error then contains the raw PKCS#11 `CK_RV` result value.
*/