From d533a9a3fc5a3b9a9537ba5fc808d3cfc9246da4 Mon Sep 17 00:00:00 2001 From: Haydar Ali Ismail Date: Sat, 19 Mar 2016 12:36:00 +0700 Subject: [PATCH] Correct misstype words in Readme file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4966cf7..679e399 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This measures the rate at which data can be transferred from one file to another ### Pipe Throughput -A pipe is the simplest form of communication between processes. Pipe throughtput is the number of times (per second) a process can write 512 bytes to a pipe and read them back. The pipe throughput test has no real counterpart in real-world programming. +A pipe is the simplest form of communication between processes. Pipe throughput is the number of times (per second) a process can write 512 bytes to a pipe and read them back. The pipe throughput test has no real counterpart in real-world programming. ### Pipe-based Context Switching @@ -74,7 +74,7 @@ This test measure the number of times a process can fork and reap a child that i ### Shell Scripts -The shells scripts test measures the number of times per minute a process can start and reap a set of one, two, four and eight concurrent copies of a shell scripts where the shell script applies a series of transofrmation to a data file. +The shells scripts test measures the number of times per minute a process can start and reap a set of one, two, four and eight concurrent copies of a shell scripts where the shell script applies a series of transformation to a data file. ### System Call Overhead