Skip to content

Commit b5d7cf0

Browse files
committed
spelling: otherwise,
Signed-off-by: Josh Soref <[email protected]>
1 parent 4a99d97 commit b5d7cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-07-08-trait-method-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ This code does the following:
469469
- The loop counter is increased by the constant `0x10` (decimal 16), corresponding to the 16
470470
unfolded iterations.
471471
- The loop counter is compared against `0x3d9` (decimal 985): if it is smaller, another round of
472-
the unfolded loop can be executed (the loop ends at 1000). Otherwise execution continues in
472+
the unfolded loop can be executed (the loop ends at 1000). Otherwise, execution continues in
473473
a different location that performs single loop iterations.
474474

475475
The interesting observation here is that the field `c.v` is only written once per 16 iterations.

0 commit comments

Comments
 (0)