aboutsummaryrefslogtreecommitdiffstats
path: root/src/framework/common/data_struct/sha256.c
diff options
context:
space:
mode:
authorRahul Gupta <rahul.g.chimera@gmail.com>2018-06-26 11:19:13 +0530
committerRahul Gupta <rahul.g.chimera@gmail.com>2018-06-26 11:19:13 +0530
commit82b5e45ebf316afd7daa97d9f9b7b75636fb4e64 (patch)
treefabed7d2c0cc187206b2f2e768a4afaafa046bd8 /src/framework/common/data_struct/sha256.c
parent24cbcfaa6fa1121dec1a029a1df114f065341156 (diff)
Spell correction
Change-Id: Icc062e358398ecf0fc46b7a55ce1c37a71aee650 Signed-off-by: Rahul Gupta <rahul.g.chimera@gmail.com>
Diffstat (limited to 'src/framework/common/data_struct/sha256.c')
-rw-r--r--src/framework/common/data_struct/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/common/data_struct/sha256.c b/src/framework/common/data_struct/sha256.c
index 213eb4e..f0773cf 100644
--- a/src/framework/common/data_struct/sha256.c
+++ b/src/framework/common/data_struct/sha256.c
@@ -270,7 +270,7 @@ SHA_fin1 (u8 hval[], SHA256_CTX ctx[1], const unsigned int hlen)
{
u32 i = (u32) (ctx->count[0] & SHA256_MASK);
- /* Not unusal shift operation. Checked with purify. */
+ /* Not unusual shift operation. Checked with purify. */
/*put bytes in the buffer in an order in which references to */
/*32-bit words will put bytes with lower addresses into the */