cosmetics: Fix spelling mistakes

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Vittorio Giovara
2016-04-27 13:45:23 -04:00
committed by Diego Biurrun
parent 5c31eaa999
commit 41ed7ab45f
361 changed files with 962 additions and 964 deletions

View File

@@ -79,7 +79,7 @@ static uint32_t get_generic_seed(void)
if (!sha) {
uint32_t seed = 0;
int j;
// Unable to allocate an sha context, just xor the buffer together
// Unable to allocate an SHA context, just XOR the buffer together
// to create something hopefully unique.
for (j = 0; j < 512; j++)
seed ^= buffer[j];