Skip to content

Commit

Permalink
risc-v/mpfs: tamper: fix a typo
Browse files Browse the repository at this point in the history
Caught out means something else that was intended.

Signed-off-by: Eero Nurkkala <[email protected]>
  • Loading branch information
eenurkka authored and t-salminen committed Dec 7, 2023
1 parent 159cbb2 commit 15d0122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/risc-v/src/mpfs/mpfs_tamper.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static int mpfs_tamper_interrupt(int irq, void *context, void *arg)
if (eventlist)
{
tinfo("**********************************************************\n");
tinfo("Tamper detection has caught out the following event(s):\n");
tinfo("Tamper detection has caught the following event(s):\n");
for (i = 0; i < FLAG_BITS; i++)
{
if ((1 << i) & eventlist)
Expand Down

0 comments on commit 15d0122

Please sign in to comment.