1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 12:08:14 +00:00

Documentation: Correct some typos found in kernel markdown files

This commit is contained in:
Annie Song 2023-05-05 03:18:15 -04:00 committed by Sam Atkins
parent 8eaf28b4ce
commit cbdb5f926c
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ each `InodeIndex` actually represent a known object, so it is guaranteed to be
the same always for global ProcFS objects. For process ID directories, once that
process has been killed, its primary segment value is no longer valid and hence
all sub-segments of it are not relevant anymore, but if the process is still alive,
it is guaranteed that accessing the same `InodeIndex` in regard to a object tied to
it is guaranteed that accessing the same `InodeIndex` in regard to an object tied to
a process directory will provide the expected object.
## The goal - zero allocations when creating new process