From b5f7e9ec3a92b475f7cce708ea7a4c38a3c2e6fe Mon Sep 17 00:00:00 2001 From: Zhao73 <156770117+Zhao73@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:30:22 +0800 Subject: [PATCH] fix occurred spelling in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011846f..3f97471 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ A possibly faster solution on Intel processors involves the [CMOV](http://www.ja ### Problem -The access time of a table element can vary with its index (depending for example on whether a cache-miss has occured). This has for example been exploited in a series of cache-timing attacks on AES. +The access time of a table element can vary with its index (depending for example on whether a cache-miss has occurred). This has for example been exploited in a series of cache-timing attacks on AES. ### Solution