Skip to content

Commit 2865c6f

Browse files
authored
Fix typo in architecture-specific parameters comment (#92)
1 parent 0e0b7c9 commit 2865c6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/archparam.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
8-
//! architechture specific parameters
8+
//! architecture specific parameters
99
//!
1010
//! NC: Columns in C, B that we handle at a time. (5th loop)
1111
//! KC: Rows of Bj at a time (4th loop)

src/archparam_defaults.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
8-
//! architechture specific parameters
8+
//! architecture specific parameters
99
1010
/// Columns in C, B that we handle at a time. (5th loop)
1111
///

0 commit comments

Comments
 (0)