Skip to content

Commit 919b4fa

Browse files
authored
fix two typos (#779)
1 parent 681e8fc commit 919b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2020/05/rr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ up into:
238238

239239
4) Direct observation of non-determinstic hardware effects (i.e. the "most" qualifier above).
240240
This includes instructions that are deliberately non-deterministic, such as RDRAND,
241-
which generates a random number. It also includes oberservable, but undesiarable effects of hardware state
241+
which generates a random number. It also includes observable, but undesirable effects of hardware state
242242
(e.g. timing side channels from cache or branch predictor state).
243243

244244
However, in theory, if a tool was able to capture 100% of the relevant state

0 commit comments

Comments
 (0)