[Cryptech-Commits] [core/cipher/aes] branch master updated: Fixing text error in comment.
git at cryptech.is
git at cryptech.is
Fri Oct 2 13:20:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository core/cipher/aes.
The following commit(s) were added to refs/heads/master by this push:
new d44bb7e Fixing text error in comment.
d44bb7e is described below
commit d44bb7e5d9b18b92a2dc0fe9dc0bf5b4bf3f438f
Author: Joachim Strömbergson <joachim at secworks.se>
Date: 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list