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(); sandbox_server_process();
/* /*
* ge doesn't use the privsep crypto engine; it doesn't use * gemexp doesn't use the privsep crypto engine; it doesn't
* privsep at all so `ps' is NULL. * use privsep at all so `ps' is NULL.
*/ */
if (ps != NULL) { if (ps != NULL) {
c = ps->ps_env; c = ps->ps_env;