Skip to content

Commit

Permalink
Typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Nov 11, 2024
1 parent 165ab84 commit d0ac20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/fipsmodule/rand/entropy/tree_drbg_jitter_entropy.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ int tree_jitter_get_seed(const struct entropy_source_t *entropy_source,
return 1;
}

// tree_jitter_initialize initalizes the global seed DRBG.
// tree_jitter_initialize initializes the global seed DRBG.
static void tree_jitter_initialize_once(void) {

struct tree_jitter_drbg_t *tree_jitter_drbg_global =
Expand Down Expand Up @@ -279,7 +279,7 @@ static void tree_jitter_initialize_once(void) {
*global_seed_drbg_bss_get() = tree_jitter_drbg_global;
}

// tree_jitter_initialize initalizes a thread-local seed DRBG and configures
// tree_jitter_initialize initializes a thread-local seed DRBG and configures
// it in |entropy_source|. If the global seed DRBG has not been initialized yet
// it's also initialized.
//
Expand Down

0 comments on commit d0ac20c

Please sign in to comment.