From dc20d93ee6a22c6d041436dae7629f621cecbc91 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 12 Apr 2021 18:51:41 -0400 Subject: [PATCH] sirit: substraction -> subtraction typo --- include/sirit/sirit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.