Skip to content

Commit 4637ffa

Browse files
committed
typo fix
1 parent 67a242a commit 4637ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/consolidations/main.eas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ accum_loop:
244244
push QUEUE_OFFSET ;; [offset, 4*(i+head_idx), i, ..]
245245
add ;; [slotbase, i, ..]
246246

247-
;; Write values to memory flat and contiguously. This require combining the
247+
;; Write values to memory flat and contiguously. This requires combining the
248248
;; four storage elements (addr, spk1, spk2_tpk1, tpk2) so there is no padding.
249249
;;
250250
;; The slots have the following layout:

src/withdrawals/main.eas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ accum_loop:
239239
push QUEUE_OFFSET ;; [queue_offset, 3*(i+head_idx), i, ..]
240240
add ;; [slotbase, i, ..]
241241

242-
;; Write values to memory flat and contiguously. This require combining the
242+
;; Write values to memory flat and contiguously. This requires combining the
243243
;; three storage elements (addr, pk1, pk2_am) so there is no padding.
244244
;;
245245
;; The slots have the following layout:

0 commit comments

Comments
 (0)