mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-21 23:35:38 +01:00
sirit: substraction -> subtraction typo
This commit is contained in:
parent
6db9b43998
commit
dc20d93ee6
@ -640,7 +640,7 @@ public:
|
||||
/// Integer substraction of Operand 1 and Operand 2.
|
||||
Id OpISub(Id result_type, Id operand_1, Id operand_2);
|
||||
|
||||
/// Floating-point substraction of Operand 1 and Operand 2.
|
||||
/// Floating-point subtraction of Operand 1 and Operand 2.
|
||||
Id OpFSub(Id result_type, Id operand_1, Id operand_2);
|
||||
|
||||
/// Integer multiplication of Operand 1 and Operand 2.
|
||||
|
Loading…
Reference in New Issue
Block a user