From 7fa3dd2881be537ec6144850064ad1419dc12f3e Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sun, 27 Oct 2019 17:28:10 -0400 Subject: docs: cleanup typos on readthrough Type: style Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880 Signed-off-by: Paul Vinciguerra --- docs/overview/performance/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/overview/performance') diff --git a/docs/overview/performance/index.rst b/docs/overview/performance/index.rst index 1c250206fcf..25e3897ff37 100644 --- a/docs/overview/performance/index.rst +++ b/docs/overview/performance/index.rst @@ -27,7 +27,7 @@ These features have been designed to take full advantage of common micro-process * Reducing cache and TLS misses by processing packets in vectors * Realizing `IPC `_ gains with vector instructions such as: SSE, AVX and NEON * Eliminating mode switching, context switches and blocking, to always be doing useful work -* Cache-lined aliged buffers for cache and memory efficiency +* Cache-lined aligned buffers for cache and memory efficiency Packet Throughput Graphs -- cgit 1.2.3-korg