mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
Tests: Fix typos
This commit is contained in:
parent
5e21759f3d
commit
841a5fe81b
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ int main()
|
|||
outln("Mprotect 2 ranges [2, -- ,2] -> Error");
|
||||
rc = mprotect(map1, 6 * PAGE_SIZE, PROT_READ);
|
||||
if (!rc) {
|
||||
perror("mprotect full over missing succeded");
|
||||
perror("mprotect full over missing succeeded");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue