Skip to content

Commit

Permalink
consolidations: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient authored Sep 27, 2024
1 parent 4886f11 commit fcaa3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consolidations/main.eas
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ begin_loop:
push0 ;; [i, count, head_idx, tail_idx]

accum_loop:
;; This loop will read each request and byte bang it into a OUT_RECORD_SIZE byte chunk.
;; This loop will read each request and byte bang it into an OUT_RECORD_SIZE byte chunk.

;; Bounds check, ensure i < count.
dup2 ;; [count, i, count, head_idx, tail_idx]
Expand Down

0 comments on commit fcaa3ec

Please sign in to comment.