summaryrefslogtreecommitdiff
path: root/ckcapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi.c')
-rw-r--r--ckcapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ckcapi.c b/ckcapi.c
index e5ce629..38654e9 100644
--- a/ckcapi.c
+++ b/ckcapi.c
@@ -310,7 +310,7 @@ CC_C_Initialize(CK_VOID_PTR init_args)
/*
* When the CKF_OS_LOCKING_OK flag isn't set and mutex function pointers are supplied
- * by an application, return an error. DBus must be able to use its own locks.
+ * by an application, return an error. We must be able to use our own locks.
*/
if(!(args->flags & CKF_OS_LOCKING_OK) && (args->CreateMutex != NULL))
RETURN(CKR_CANT_LOCK);