From d8f8098bab1a0533e10ae1041b84a47f24e134e8 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:46:25 +0530 Subject: [PATCH] Fix typo: Alot -> A lot --- blast-optimism/specs/cannon-fault-proof-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blast-optimism/specs/cannon-fault-proof-vm.md b/blast-optimism/specs/cannon-fault-proof-vm.md index c603b622..a299deea 100644 --- a/blast-optimism/specs/cannon-fault-proof-vm.md +++ b/blast-optimism/specs/cannon-fault-proof-vm.md @@ -24,7 +24,7 @@ This is a description of the Cannon Fault Proof Virtual Machine (FPVM). The Cannon FPVM emulates a minimal Linux-based system running on big-endian 32-bit MIPS32 architecture. -Alot of its behaviors are copied from Linux/MIPS with a few tweaks made for fault proofs. +A lot of its behaviors are copied from Linux/MIPS with a few tweaks made for fault proofs. For the rest of this doc, we refer to the Cannon FPVM as simply the FPVM. Operationally, the FPVM is a state transition function. This state transition is referred to as a *Step*,