mirror of
https://github.com/google/pebble.git
synced 2025-05-22 03:14:52 +00:00
spelling: multiplication
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
723223e7a9
commit
65efdcd686
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue