Commit Diff


commit - be52e954c1d54f80485c643663db8e2ffc27510f
commit + a5d822e542a927e88f655842273356225370c11f
blob - 6d57b866268631c29db0d9c9066f36f5de267a37
blob + 782892216a8019df9b5051dd2507577d02af73fe
--- sandbox.c
+++ sandbox.c
@@ -495,7 +495,7 @@ sandbox_executor_process(void)
 			if (l->dir == NULL)
 				continue;
 
-			/* r so we can chdir into the correct directory */
+			/* r so we can chdir into the directory */
 			if (unveil(l->dir, "rx") == -1)
 				fatal("unveil %s for domain %s",
 				    l->dir, h->domain);