Skip to content

Commit

Permalink
[otbn] Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Wagner <[email protected]>
  • Loading branch information
imphil committed Jul 19, 2021
1 parent 0b958df commit 44cd83f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sw/device/tests/dif/dif_otbn_smoketest.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"

// Temporary solution to configue/enable the EDN and CSRNG to allow OTBN to run
// Temporary solution to configure/enable the EDN and CSRNG to allow OTBN to run
// before a DIF is available, https://github.com/lowRISC/opentitan/issues/6082
static const uint32_t kEntropySrcConfRegOffset = 0x18;
static const uint32_t kCsrngCtrlRegOffset = 0x14;
Expand Down
2 changes: 1 addition & 1 deletion sw/device/tests/otbn/otbn_ecdsa_p256_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"

// Temporary solution to configue/enable the EDN and CSRNG to allow OTBN to run
// Temporary solution to configure/enable the EDN and CSRNG to allow OTBN to run
// before a DIF is available, https://github.com/lowRISC/opentitan/issues/6082
static const uint32_t kEntropySrcConfRegOffset = 0x18;
static const uint32_t kCsrngCtrlRegOffset = 0x14;
Expand Down
2 changes: 1 addition & 1 deletion sw/device/tests/otbn/otbn_rsa_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"

// Temporary solution to configue/enable the EDN and CSRNG to allow OTBN to run
// Temporary solution to configure/enable the EDN and CSRNG to allow OTBN to run
// before a DIF is available, https://github.com/lowRISC/opentitan/issues/6082
static const uint32_t kEntropySrcConfRegOffset = 0x18;
static const uint32_t kCsrngCtrlRegOffset = 0x14;
Expand Down

0 comments on commit 44cd83f

Please sign in to comment.