Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatos authored Jan 27, 2017
1 parent c372657 commit ad84dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(super-new)
(init-field
;; Required fields to be initialized when extending this class.
[bitwidth #f] ;; Number of bits to represnet a number
[bitwidth #f] ;; Number of bits to represent a number
[random-input-bits #f] ;; Number of bits to generate random inputs. Often equal to 'bit'.
[config #f] ;; Machine configuration such as # of regs, memory size, etc.
[opcodes #f] ;; A vector of opcode names.
Expand Down

0 comments on commit ad84dfc

Please sign in to comment.