diff options
author | Lioncash <[email protected]> | 2021-04-12 18:51:41 -0400 |
---|---|---|
committer | Rodrigo Locatti <[email protected]> | 2021-04-17 01:22:31 -0300 |
commit | dc20d93ee6a22c6d041436dae7629f621cecbc91 (patch) | |
tree | 5f3d46724d7b1799b1ec0a7055831edf659d7eaa /include | |
parent | 6db9b439981ecbd1e5a6b00b7b7928ccb2a5e8d1 (diff) | |
download | sirit-dc20d93ee6a22c6d041436dae7629f621cecbc91.tar.gz sirit-dc20d93ee6a22c6d041436dae7629f621cecbc91.zip |
sirit: substraction -> subtraction typo
Diffstat (limited to 'include')
-rw-r--r-- | include/sirit/sirit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sirit/sirit.h b/include/sirit/sirit.h index eaf243e..cde0647 100644 --- a/include/sirit/sirit.h +++ b/include/sirit/sirit.h @@ -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. |