cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
5c31eaa999
commit
41ed7ab45f
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user