From 6f3ce70b46280c4330838be6ad29110175ceba3d Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Wed, 18 Nov 2015 19:20:18 -0800 Subject: [PATCH] docs/benchmarks: small fix in memory benchmark --- Documentation/benchmarks/etcd-3-watch-memory-benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md b/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md index c94b5f238..712bec4d1 100644 --- a/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md +++ b/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md @@ -10,7 +10,7 @@ Three related components of etcd watch consume physical memory: each `grpc.Conn` Each watch stream is an independent HTTP2 connection which consumes another O(10kb) of memory. Multiple watchings might share one watch stream. -Watching is the actual struct that tracks the changes on the key-value store. Each watching shold only consume < O(1kb). +Watching is the actual struct that tracks the changes on the key-value store. Each watching should only consume < O(1kb). ``` +-------+