diff --git a/src/archparam.rs b/src/archparam.rs index c19330a..936629d 100644 --- a/src/archparam.rs +++ b/src/archparam.rs @@ -5,7 +5,7 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -//! architechture specific parameters +//! architecture specific parameters //! //! NC: Columns in C, B that we handle at a time. (5th loop) //! KC: Rows of Bj at a time (4th loop) diff --git a/src/archparam_defaults.rs b/src/archparam_defaults.rs index d8fb535..34d0ddc 100644 --- a/src/archparam_defaults.rs +++ b/src/archparam_defaults.rs @@ -5,7 +5,7 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -//! architechture specific parameters +//! architecture specific parameters /// Columns in C, B that we handle at a time. (5th loop) ///