Skip to content

Commit

Permalink
Merge pull request ethereum#14908 from racerole/develop
Browse files Browse the repository at this point in the history
Remove duplicate word from a comment in `yulInterpreterTests/mcopy.yul`
  • Loading branch information
cameel authored Mar 6, 2024
2 parents edc494d + 2b2c76c commit 8b68299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libyul/yulInterpreterTests/mcopy.yul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mcopy(0x60, 0, 32) // Append a duplicate of the first word past msize
mcopy(0x90, 0x30, 1) // Copy the 0x44 byte from the middle of second word past msize
mcopy(0, 0, 0) // No-op
mcopy(0x2f, 0x90, 2) // Copy the 0x4400 straddling msize back into the the middle of second word
mcopy(0x2f, 0x90, 2) // Copy the 0x4400 straddling msize back into the middle of second word
mcopy(0xa0, 0, 160) // Duplicate the whole thing
}
// ====
Expand Down

0 comments on commit 8b68299

Please sign in to comment.