Fix typo
This commit is contained in:
parent
b0f8a983c4
commit
f5827d4a83
|
@ -5,7 +5,7 @@
|
||||||
## Pipelining
|
## Pipelining
|
||||||
|
|
||||||
The fullnodes make extensive use of an optimization common in CPU design,
|
The fullnodes make extensive use of an optimization common in CPU design,
|
||||||
called *pipeling*. Pipelining is the right tool for the job when there's a
|
called *pipelining*. Pipelining is the right tool for the job when there's a
|
||||||
stream of input data that needs to be processed by a sequence of steps, and
|
stream of input data that needs to be processed by a sequence of steps, and
|
||||||
there's different hardware responsible for each. The quintessential example is
|
there's different hardware responsible for each. The quintessential example is
|
||||||
using a washer and dryer to wash/dry/fold several loads of laundry. Washing
|
using a washer and dryer to wash/dry/fold several loads of laundry. Washing
|
||||||
|
|
Loading…
Reference in New Issue