mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-22 05:46:34 +01:00
sirit: substraction -> subtraction typo
This commit is contained in:
parent
6db9b43998
commit
dc20d93ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ public:
|
||||||
/// Integer substraction of Operand 1 and Operand 2.
|
/// Integer substraction of Operand 1 and Operand 2.
|
||||||
Id OpISub(Id result_type, Id operand_1, Id 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);
|
Id OpFSub(Id result_type, Id operand_1, Id operand_2);
|
||||||
|
|
||||||
/// Integer multiplication of Operand 1 and Operand 2.
|
/// Integer multiplication of Operand 1 and Operand 2.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue