Skip to content

Commit

Permalink
spelling: words
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Aug 1, 2022
1 parent d481cd0 commit 5048c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyclient/m1n1/hw/admac.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class E_BUSWIDTH(IntEnum):
class E_FRAME(IntEnum):
F_1_WORD = 0
F_2_WORDS = 1
F_4_WRODS = 2
F_4_WORDS = 2

class R_BUSWIDTH(Register32):
WORD = 2, 0, E_BUSWIDTH
Expand Down

0 comments on commit 5048c25

Please sign in to comment.