summaryrefslogtreecommitdiff
path: root/gck
diff options
context:
space:
mode:
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.
*/