aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rtl/aes.v4
1 files changed, 2 insertions, 2 deletions
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