mirror of
https://github.com/google/pebble.git
synced 2025-11-15 03:52:46 -05:00
spelling: multiplication
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -444,7 +444,7 @@ void test_math_fixed__S32_16_mul(void) {
|
||||
Fixed_S32_16 num1, num2;
|
||||
Fixed_S32_16 mul, mul_c;
|
||||
|
||||
// Test number muliplication
|
||||
// Test number multiplication
|
||||
num1 = FIXED_S32_16_ONE;
|
||||
num2 = FIXED_S32_16_ONE;
|
||||
mul = Fixed_S32_16_mul(num1, num2);
|
||||
|
||||
Reference in New Issue
Block a user