diff options
Diffstat (limited to 'p11-kit/modules.c')
-rw-r--r-- | p11-kit/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/modules.c b/p11-kit/modules.c index 4604e6e..cfc4daf 100644 --- a/p11-kit/modules.c +++ b/p11-kit/modules.c @@ -593,7 +593,7 @@ take_config_and_load_module_inlock (char **name, */ mod->init_args.pReserved = p11_dict_get (*config, "x-init-reserved"); - /* Take ownership of thes evariables */ + /* Take ownership of these variables */ p11_dict_free (mod->config); mod->config = *config; *config = NULL; |