From 453b335e418b50f34267df37c62bd8d43f7e30ac Mon Sep 17 00:00:00 2001 From: Cameron Price Date: Fri, 7 Apr 2017 09:34:40 -0400 Subject: [PATCH] small typo --- processes.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processes.asciidoc b/processes.asciidoc index 3c549ec..2aaca00 100644 --- a/processes.asciidoc +++ b/processes.asciidoc @@ -172,7 +172,7 @@ the pid we get this information: ---- We got a lot of information from this call and in the rest of this -chapter we will learn in detail what most of these items means. The +chapter we will learn in detail what most of these items mean. The first line tells us that the process has been given a name `code_server`. Next we can see which function the process is currently executing or suspended in (`current_function`)