Typo fixup

This commit is contained in:
2025-06-02 17:47:35 -07:00
parent 636b375c48
commit b9b6be7cbe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/***
* debouncer.sv - generates a debounced button press and turns it inot
* debouncer.sv - generates a debounced button press and turns it into
* a single pulse.
*
* @author: Waylon Cude, Dilanthi Prentice
@@ -1,5 +1,5 @@
/***
* display_anode_driver.sv - Turns a single anode of a single digit at a time,
* display_anode_driver.sv - Turns on a single anode of a single digit at a time,
* rapidly rotating through all of them, generating
* a solid-looking display even though only one digit
* is on at a time.