Skip to content

Commit d07defb

Browse files
authored
this is not python
1 parent d0709f9 commit d07defb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/threading.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ template<int d_expected_size, int d_padded_size> struct alignas(64) mpz {
219219
//if c_mpz.data wasn't reallocated, it has to point to this instance's data and not some other instance's data
220220
//if mpz_swap was used, this might be violated
221221
assert((uint64(c_mpz._mp_d)&63)==16 || c_mpz._mp_d==data);
222-
# just checking what this shows and that it gets hit
222+
// just checking what this shows and that it gets hit
223223
assert(false);
224224
mpz_clear(&c_mpz);
225225
}

0 commit comments

Comments
 (0)