fix comment (ge -> gemexp)

This commit is contained in:
Omar Polo 2023-08-11 16:18:37 +00:00
parent 07ad491025
commit 81634643db
1 changed files with 2 additions and 2 deletions

View File

@ -1447,8 +1447,8 @@ server_init(struct privsep *ps, struct privsep_proc *p, void *arg)
sandbox_server_process();
/*
* ge doesn't use the privsep crypto engine; it doesn't use
* privsep at all so `ps' is NULL.
* gemexp doesn't use the privsep crypto engine; it doesn't
* use privsep at all so `ps' is NULL.
*/
if (ps != NULL) {
c = ps->ps_env;