Skip to content

Commit a65bc8d

Browse files
lockboxLuukdegram
authored andcommitted
fix typo in wasm atomic opcodes doc comment
1 parent 6030855 commit a65bc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/wasm.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ pub fn simdOpcode(op: SimdOpcode) u32 {
518518
return @intFromEnum(op);
519519
}
520520

521-
/// Simd opcodes that require a prefix `0xFE`.
521+
/// Atomic opcodes that require a prefix `0xFE`.
522522
/// Each opcode represents a varuint32, meaning
523523
/// they are encoded as leb128 in binary.
524524
pub const AtomicsOpcode = enum(u32) {

0 commit comments

Comments
 (0)