Skip to content

Commit fa3e281

Browse files
authored
Grammer fix. (#40)
1 parent 328a0ac commit fa3e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentinel/datapath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ProgramCounter(Component):
2929
:attr:`~sentinel.ucodefields.PcAction.HOLD`:
3030
3131
* If :attr:`~sentinel.ucodefields.PcAction.INC` is selected, automatically
32-
increment by the PC ``4`` bytes on the next active edge. Physically,
32+
increment the PC by ``4`` bytes on the next active edge. Physically,
3333
the increment is by ``1`` 32-bit word, because the bottom two bits of
3434
the PC are unimplemented.
3535
* If :attr:`~sentinel.ucodefields.PcAction.LOAD_ALU_O` is selected, load

0 commit comments

Comments
 (0)