Skip to content

Commit

Permalink
Fix typo in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and BenBE committed May 5, 2023
1 parent f50944c commit 8a8df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/DarwinProcessList.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
/* We use kinfo_procs for initial data since :
*
* 1) They always succeed.
* 2) The contain the basic information.
* 2) They contain the basic information.
*
* We attempt to fill-in additional information with libproc.
*/
Expand Down

0 comments on commit 8a8df71

Please sign in to comment.