Skip to content

Commit 566e1f3

Browse files
authored
Fix a typo in mm-formal.adoc (riscv#1901)
1 parent 2c2a793 commit 566e1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mm-formal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ register write by the most recent (in program order) instruction
735735
instance that can write that bit (or from the hart’s initial register
736736
state if there is no such write). Hence, it is essential to know the
737737
register write footprint of each instruction instance, which we
738-
calculate when the instruction instance is created (see the <<fetch, Festch instruction>> action of
738+
calculate when the instruction instance is created (see the <<fetch, Fetch instruction>> action of
739739
below). We ensure in the pseudocode that each instruction does at most
740740
one register write to each register bit, and also that it does not try
741741
to read a register value it just wrote.

0 commit comments

Comments
 (0)