From d44bb7e5d9b18b92a2dc0fe9dc0bf5b4bf3f438f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 2 Oct 2015 15:20:03 +0200 Subject: Fixing text error in comment. --- src/rtl/aes.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/rtl/aes.v b/src/rtl/aes.v index c80526b..98fe61a 100644 --- a/src/rtl/aes.v +++ b/src/rtl/aes.v @@ -318,8 +318,8 @@ module aes( //---------------------------------------------------------------- // flag_ctrl // - // Logic to set and the automatically reset init- and - // next flags that has been set. + // Logic to set and automatically reset init- and next + // flags that has been set. //---------------------------------------------------------------- always @* begin : flag_reset -- cgit v1.2.3