diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-10-02 15:20:03 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-10-02 15:20:03 +0200 |
commit | d44bb7e5d9b18b92a2dc0fe9dc0bf5b4bf3f438f (patch) | |
tree | b1fa3b026871f9b7b517aea88e4965fa22d68ec6 /src/rtl | |
parent | c8271a639a6b59de1e7414e453e173f9e4458ef5 (diff) |
Fixing text error in comment.
Diffstat (limited to 'src/rtl')
-rw-r--r-- | src/rtl/aes.v | 4 |
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 |