aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ruy/block_map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruy/block_map.cc b/ruy/block_map.cc
index 8240de2..6c01e52 100644
--- a/ruy/block_map.cc
+++ b/ruy/block_map.cc
@@ -330,7 +330,7 @@ bool IsObviouslyLinearTraversal(int rows, int cols, int depth,
// as that requires knowing the kernel block layout. Since we just want
// a coarse estimate with only the guarantee that if we return `true` then
// linear traversal will be used, it is OK here to over-estimate `rows` and
- // `cols`, by omitting to divide them by the rectangularness factors.ß
+ // `cols`, by omitting to divide them by the rectangularness factors.
return GetTraversalOrder(rows, cols, depth, lhs_scalar_size, rhs_scalar_size,
cpu_cache_params) == BlockMapTraversalOrder::kLinear;
}