Skip to content

Commit bfa04ca

Browse files
Rust wrapper: cmac: fix "success" typo
1 parent a6cb617 commit bfa04ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wrapper/rust/wolfssl/src/wolfcrypt

wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl CMAC {
129129
/// # Returns
130130
///
131131
/// Returns either Ok(valid) (with valid indicating if the CMAC passed in
132-
/// is correct or not) on succe or Err(e) containing the wolfSSL library
132+
/// is correct or not) on success or Err(e) containing the wolfSSL library
133133
/// error code value.
134134
///
135135
/// # Example

0 commit comments

Comments
 (0)