mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
Kernel: Fix typo proccess => process in a name of Process method
This commit is contained in:
parent
12b7328c22
commit
9216caeec2
Notes:
sideshowbarker
2024-07-17 06:51:48 +09:00
Author: https://github.com/supercomputer7
Commit: 9216caeec2
Pull-request: https://github.com/SerenityOS/serenity/pull/17554
Reviewed-by: https://github.com/linusg
3 changed files with 3 additions and 3 deletions
|
@ -372,7 +372,7 @@ ErrorOr<void> ProcFSInode::try_fetch_process_property_data(NonnullLockRefPtr<Pro
|
|||
return {};
|
||||
}
|
||||
if (parent_subdirectory_type == SegmentedProcFSIndex::ProcessSubDirectory::Children) {
|
||||
TRY(process->procfs_get_child_proccess_link(m_possible_data.property_index, builder));
|
||||
TRY(process->procfs_get_child_process_link(m_possible_data.property_index, builder));
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue