[Cryptech-Commits] [user/sra/aes_merged] 13/45: Fixing text error in comment.
git at cryptech.is
git at cryptech.is
Wed Jan 9 16:32:30 UTC 2019
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/aes_merged.
commit d44bb7e5d9b18b92a2dc0fe9dc0bf5b4bf3f438f
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Fri Oct 2 15:20:03 2015 +0200
Fixing text error in comment.
---
src/rtl/aes.v | 4 ++--
1 file 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
More information about the Commits
mailing list