Typo fixup

This commit is contained in:
Waylon Cude 2025-06-02 17:47:35 -07:00
parent 636b375c48
commit b9b6be7cbe
Signed by: uelen
GPG Key ID: 398C5AD0E9F4F516
2 changed files with 2 additions and 2 deletions

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

View File

@ -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.