mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 13:05:07 +00:00
Kernel: Fix typo proccess => process in a name of Process method
This commit is contained in:
parent
12b7328c22
commit
9216caeec2
3 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ ErrorOr<NonnullLockRefPtr<Inode>> Process::lookup_children_directory(ProcFS cons
|
|||
return TRY(ProcFSInode::try_create_as_child_process_link_inode(procfs, *maybe_pid, pid()));
|
||||
}
|
||||
|
||||
ErrorOr<size_t> Process::procfs_get_child_proccess_link(ProcessID child_pid, KBufferBuilder& builder) const
|
||||
ErrorOr<size_t> Process::procfs_get_child_process_link(ProcessID child_pid, KBufferBuilder& builder) const
|
||||
{
|
||||
TRY(builder.appendff("../../{}", child_pid.value()));
|
||||
return builder.length();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue