From f5827d4a83bd36c8239c92c68b058b4dcb93b390 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 8 Nov 2018 17:15:48 -0700 Subject: [PATCH] Fix typo --- src/fullnode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fullnode.md b/src/fullnode.md index 7a66dcc31f..983aeed331 100644 --- a/src/fullnode.md +++ b/src/fullnode.md @@ -5,7 +5,7 @@ ## Pipelining 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 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