From f8c11bf2c017b294835f53a2810c207e321f0ad1 Mon Sep 17 00:00:00 2001 From: Sintendo Date: Sun, 28 Jan 2018 20:35:40 +0100 Subject: [PATCH] Fix typo Noticed a stray right parenthesis in the rendered page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e5ed3..b2dbf2f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Table of Contents * [Attacks](#attacks) * [[MISPREDICT] Branch mis-prediction leaks subsequent data](#mispredict-branch-mis-prediction-leaks-subsequent-data) * [[BTI] Branch Target Injection](#bti-branch-target-injection) - * [[PRIV-LOAD] Privileged data reads from unprivileged code](#priv-load-privileged-data-reads-from-unprivileged-code)) + * [[PRIV-LOAD] Privileged data reads from unprivileged code](#priv-load-privileged-data-reads-from-unprivileged-code) * [[PRIV-REG] Privileged register reads from unprivileged code](#priv-reg-privileged-register-reads-from-unprivileged-code) * [Alternate side channels](#alternate-side-channels) * [Impacted CPU matrix](#impacted-cpu-matrix)