summaryrefslogtreecommitdiff
path: root/lib/sha256.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-01-31 21:12:29 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-01-31 21:12:29 -0800
commite9e8aba12af3c903edd422fa036a356c5b2f313a (patch)
tree742b5b74f338410563d797395a745a2f327bae98 /lib/sha256.c
parent2f0ed93050ab6d858738d36addd8320889e4a0e0 (diff)
downloadgnulib-e9e8aba12af3c903edd422fa036a356c5b2f313a.tar.gz
Spelling fixes.
Diffstat (limited to 'lib/sha256.c')
-rw-r--r--lib/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sha256.c b/lib/sha256.c
index a6d3ae63ae..c1482d3c66 100644
--- a/lib/sha256.c
+++ b/lib/sha256.c
@@ -52,7 +52,7 @@ static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ };
/*
Takes a pointer to a 256 bit block of data (eight 32 bit ints) and
- intializes it to the start constants of the SHA256 algorithm. This
+ initializes it to the start constants of the SHA256 algorithm. This
must be called before using hash in the call to sha256_hash
*/
void