Skip to content

Commit e325053

Browse files
committed
spelling fix
1 parent d1f9db0 commit e325053

File tree

1 file changed

+2
-2
lines changed
  • quaddtype/numpy_quaddtype/src

1 file changed

+2
-2
lines changed

quaddtype/numpy_quaddtype/src/ops.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,8 +1003,8 @@ quad_nextafter(const Sleef_quad *x, const Sleef_quad *y)
10031003
return result;
10041004
}
10051005

1006-
// well I did not read to have those above checks
1007-
// but they can be important when settng FPE flag manually
1006+
// well I did not need to have those above checks
1007+
// but they can be important when setting FPE flag manually
10081008
return quad_set_words64(hx, lx);
10091009
}
10101010

0 commit comments

Comments
 (0)