Skip to content

Commit e80d3f3

Browse files
committed
Merge pull request kdlucas#33 from haydarai/master
Correct mistype words in Readme file.
2 parents 1274c14 + d533a9a commit e80d3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This measures the rate at which data can be transferred from one file to another
6262

6363
### Pipe Throughput
6464

65-
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.
65+
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.
6666

6767
### Pipe-based Context Switching
6868

@@ -74,7 +74,7 @@ This test measure the number of times a process can fork and reap a child that i
7474

7575
### Shell Scripts
7676

77-
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.
77+
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.
7878

7979
### System Call Overhead
8080

0 commit comments

Comments
 (0)