creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
129 stars 20 forks source link

Some typos in imath.c #43

Closed michaelpq closed 4 years ago

michaelpq commented 4 years ago

It looks like you have some typos here: https://github.com/creachadair/imath/blob/master/imath.c So you need to apply that: s/efficent/efficient/

creachadair commented 4 years ago

Thanks for pointing it out.

michaelpq commented 4 years ago

Thanks!