diff --git a/src/pin.rs b/src/pin.rs index dfb76df..160b11d 100644 --- a/src/pin.rs +++ b/src/pin.rs @@ -2,7 +2,7 @@ use {DataDirection, Register}; /// An IO pin. pub trait Pin { - /// The associated data direction registerr. + /// The associated data direction register. type DDR: Register; /// The associated port register. type PORT: Register;