summaryrefslogtreecommitdiff
path: root/p11-kit/test-virtual.c
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/test-virtual.c')
-rw-r--r--p11-kit/test-virtual.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/test-virtual.c b/p11-kit/test-virtual.c
index fd9eba9..2b83720 100644
--- a/p11-kit/test-virtual.c
+++ b/p11-kit/test-virtual.c
@@ -124,7 +124,7 @@ test_fall_through (void)
rv = (module->C_Initialize) ("initialize-arg");
assert_num_eq (CKR_NEED_TO_CREATE_THREADS, rv);
- /* All other functiosn should have just fallen through */
+ /* All other functions should have just fallen through */
assert_ptr_eq (mock_module_no_slots.C_Finalize, module->C_Finalize);
p11_virtual_unwrap (module);