Skip to content

Commit

Permalink
comment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Oct 3, 2023
1 parent 1d80d5e commit fca52a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
* > The size, representation, and alignment of an atomic type need not be
* > the same as those of the corresponding unqualified type.
*
* Our atomic opcode implementation in insn_impl_threads.h have a stronger
* assumptions. We tries to assert them below.
* Our atomic opcode implementation in insn_impl_threads.h have stronger
* assumptions. We try to assert them below.
*
* Note: on WASM, atomic opcodes traps when the address is not a multiple
* Note: on WASM, atomic opcodes trap when the address is not a multiple
* of the size of value.
*
* Note: on i386, alignof(uint64_t) == 4.
Expand Down

0 comments on commit fca52a0

Please sign in to comment.