diff --git a/design/debouncer.sv b/design/debouncer.sv index 895d699..06b96ff 100644 --- a/design/debouncer.sv +++ b/design/debouncer.sv @@ -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 diff --git a/design/segment_display/display_anode_driver.sv b/design/segment_display/display_anode_driver.sv index f92bc51..ee2c668 100644 --- a/design/segment_display/display_anode_driver.sv +++ b/design/segment_display/display_anode_driver.sv @@ -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.