aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-10-02 15:20:03 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-10-02 15:20:03 +0200
commitd44bb7e5d9b18b92a2dc0fe9dc0bf5b4bf3f438f (patch)
treeb1fa3b026871f9b7b517aea88e4965fa22d68ec6
parentc8271a639a6b59de1e7414e453e173f9e4458ef5 (diff)
Fixing text error in comment.
-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