From ad8b0956777fc166ab4234205c58018c5781671b Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 12 Dec 2018 12:15:18 -0700 Subject: [PATCH] Capitalize acronyms in book --- book/src/fullnode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/fullnode.md b/book/src/fullnode.md index d35e0bc3f..d53e7a0ac 100644 --- a/book/src/fullnode.md +++ b/book/src/fullnode.md @@ -22,8 +22,8 @@ consistently complete a load at the rate of the slowest stage in the pipeline. ## Pipelining in the Fullnode The fullnode contains two pipelined processes, one used in leader mode called -the Tpu and one used in validator mode called the Tvu. In both cases, the +the TPU and one used in validator mode called the TVU. In both cases, the hardware being pipelined is the same, the network input, the GPU cards, the CPU cores, writes to disk, and the network output. What it does with that hardware -is different. The Tpu exists to create ledger entries whereas the Tvu exists +is different. The TPU exists to create ledger entries whereas the TVU exists to validate them.