From 8a8df71f6f355fdaf748eb80bf8558c1bcbec937 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 5 May 2023 11:28:41 +0200 Subject: Fix typo in code comment --- darwin/DarwinProcessList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin') diff --git a/darwin/DarwinProcessList.c b/darwin/DarwinProcessList.c index f7f1e592..6e9eecf7 100644 --- a/darwin/DarwinProcessList.c +++ b/darwin/DarwinProcessList.c @@ -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. */ -- cgit v1.2.3