Skip to content

Commit f582c0f

Browse files
Update src/csrc/scalar.c
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
1 parent a2b59fc commit f582c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/csrc/scalar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ QuadPrecision_raw_new(QuadBackendType backend)
4242
new->value.sleef_value = Sleef_cast_from_doubleq1(0.0);
4343
}
4444
else {
45-
// An 80-bit long double occupies 16 bytes but writes only 10;
45+
// An 80-bit long double occupies 16 bytes but writes only 10
4646
memset(&new->value, 0, sizeof(new->value));
4747
new->value.longdouble_value = 0.0L;
4848
}

0 commit comments

Comments
 (0)