From 0ed18830c2efb529d6001048352c27d55ae3c48b Mon Sep 17 00:00:00 2001 From: Nikolas Date: Thu, 30 Jan 2020 10:52:13 +0100 Subject: [PATCH] Fix minor typo nthing -> nothing --- rtl/oled_ctrl.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/oled_ctrl.vhd b/rtl/oled_ctrl.vhd index 5605fa0..c24ebda 100644 --- a/rtl/oled_ctrl.vhd +++ b/rtl/oled_ctrl.vhd @@ -113,7 +113,7 @@ begin if example_done = '1' then current_state <= Done; end if; - -- Do nthing + -- Do nothing when Done => current_state <= Done; when others =>