diff --git a/hashes/src/hmac.rs b/hashes/src/hmac.rs index b196f297..32b967a5 100644 --- a/hashes/src/hmac.rs +++ b/hashes/src/hmac.rs @@ -44,7 +44,7 @@ pub struct HmacMidState { pub outer: ::MidState, } -/// Pair of underyling hash engines, used for the inner and outer hash of HMAC. +/// Pair of underlying hash engines, used for the inner and outer hash of HMAC. #[derive(Clone)] pub struct HmacEngine { iengine: T::Engine,