diff options
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 |