xz: Fix typo

This commit is contained in:
Kian-Meng Ang 2023-11-30 22:59:47 +08:00 committed by Jia Tan
parent 35558adf9c
commit 424d46ead8
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ io_sandbox_enter(int src_fd)
if (ruleset_fd < 0)
goto error;
// All files we need should have already been openend. Thus,
// All files we need should have already been opened. Thus,
// we don't need to add any rules using landlock_add_rule(2)
// before activating the sandbox.
//