diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-11 16:18:37 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-11 16:18:37 +0000 |
commit | 81634643dbb99f7270cbb5ba5f84adc28991018d (patch) | |
tree | 2dcccad0f004ff3584894ab7ad5b7dbafa0f440e /server.c | |
parent | 07ad49102564bf72092cc8080322852308490065 (diff) |
fix comment (ge -> gemexp)
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |