Skip to content

Commit f802a55

Browse files
pamauryjwnrt
authored andcommitted
[otlib] Fix typo
Signed-off-by: Amaury Pouly <[email protected]> (cherry picked from commit 946fff2)
1 parent e17450e commit f802a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sw/host/opentitanlib/src/otp/alert_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ impl AlertRegs {
316316
}
317317

318318
trait Crc32Add {
319-
fn crc32_add(self, diegst: &mut Digest<u32>);
319+
fn crc32_add(self, digest: &mut Digest<u32>);
320320
}
321321

322322
impl Crc32Add for u32 {

0 commit comments

Comments
 (0)