diff --git a/libc/math/lib_acos.c b/libc/math/lib_acos.c index 4903af43bc6..aedc155e3d9 100644 --- a/libc/math/lib_acos.c +++ b/libc/math/lib_acos.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_acosf.c b/libc/math/lib_acosf.c index 12fe68da677..58b90f37145 100644 --- a/libc/math/lib_acosf.c +++ b/libc/math/lib_acosf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_acosl.c b/libc/math/lib_acosl.c index f13cb00a04f..c2ae58c3a42 100644 --- a/libc/math/lib_acosl.c +++ b/libc/math/lib_acosl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_asin.c b/libc/math/lib_asin.c index 15bce7913a1..688b108c891 100644 --- a/libc/math/lib_asin.c +++ b/libc/math/lib_asin.c @@ -6,7 +6,7 @@ * Copyright (C) 2012, 2015-2016 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_asinf.c b/libc/math/lib_asinf.c index e60f439f6e7..5d223fe5512 100644 --- a/libc/math/lib_asinf.c +++ b/libc/math/lib_asinf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_asinl.c b/libc/math/lib_asinl.c index 088257a1e5f..5fc3896a7eb 100644 --- a/libc/math/lib_asinl.c +++ b/libc/math/lib_asinl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_atan.c b/libc/math/lib_atan.c index 91930bf03e2..3384348040e 100644 --- a/libc/math/lib_atan.c +++ b/libc/math/lib_atan.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_atan2.c b/libc/math/lib_atan2.c index 5b0f7e2989d..bbc953e5cae 100644 --- a/libc/math/lib_atan2.c +++ b/libc/math/lib_atan2.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_atan2f.c b/libc/math/lib_atan2f.c index c600161408f..5dafe974ebf 100644 --- a/libc/math/lib_atan2f.c +++ b/libc/math/lib_atan2f.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_atan2l.c b/libc/math/lib_atan2l.c index 4c384e80892..7ee8a251c80 100644 --- a/libc/math/lib_atan2l.c +++ b/libc/math/lib_atan2l.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_atanf.c b/libc/math/lib_atanf.c index aef149ed9e8..702819d6d8c 100644 --- a/libc/math/lib_atanf.c +++ b/libc/math/lib_atanf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_atanl.c b/libc/math/lib_atanl.c index 50376c26a00..53f4b9700c0 100644 --- a/libc/math/lib_atanl.c +++ b/libc/math/lib_atanl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_ceil.c b/libc/math/lib_ceil.c index 6d367a51c76..329e20b24ff 100644 --- a/libc/math/lib_ceil.c +++ b/libc/math/lib_ceil.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_ceilf.c b/libc/math/lib_ceilf.c index 830f2a4769c..d9394bd8a17 100644 --- a/libc/math/lib_ceilf.c +++ b/libc/math/lib_ceilf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_ceill.c b/libc/math/lib_ceill.c index ac54c2c3db3..2e16ab73add 100644 --- a/libc/math/lib_ceill.c +++ b/libc/math/lib_ceill.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_cos.c b/libc/math/lib_cos.c index 34d90716af2..689882c581b 100644 --- a/libc/math/lib_cos.c +++ b/libc/math/lib_cos.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_cosf.c b/libc/math/lib_cosf.c index 5532894b028..ba45d7e32bd 100644 --- a/libc/math/lib_cosf.c +++ b/libc/math/lib_cosf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_cosh.c b/libc/math/lib_cosh.c index 73283589b5d..0d1f71fc762 100644 --- a/libc/math/lib_cosh.c +++ b/libc/math/lib_cosh.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_coshf.c b/libc/math/lib_coshf.c index 37b4bf8e0f1..bf234377bfc 100644 --- a/libc/math/lib_coshf.c +++ b/libc/math/lib_coshf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_coshl.c b/libc/math/lib_coshl.c index 445629c24ec..3bce6ac7c0c 100644 --- a/libc/math/lib_coshl.c +++ b/libc/math/lib_coshl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_cosl.c b/libc/math/lib_cosl.c index 89109db77d9..8fbf5a9df92 100644 --- a/libc/math/lib_cosl.c +++ b/libc/math/lib_cosl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_exp.c b/libc/math/lib_exp.c index 211b23bf952..414f0c29f10 100644 --- a/libc/math/lib_exp.c +++ b/libc/math/lib_exp.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_expf.c b/libc/math/lib_expf.c index 3e3cb02ed93..4426fc9847b 100644 --- a/libc/math/lib_expf.c +++ b/libc/math/lib_expf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_expl.c b/libc/math/lib_expl.c index 1021017ca32..7c69e2d086d 100644 --- a/libc/math/lib_expl.c +++ b/libc/math/lib_expl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_fabs.c b/libc/math/lib_fabs.c index 35f98e6818f..fbf4286e0c3 100644 --- a/libc/math/lib_fabs.c +++ b/libc/math/lib_fabs.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_fabsf.c b/libc/math/lib_fabsf.c index 2bee12097df..e2b5639638b 100644 --- a/libc/math/lib_fabsf.c +++ b/libc/math/lib_fabsf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_fabsl.c b/libc/math/lib_fabsl.c index 1762f914168..72be15a9fd8 100644 --- a/libc/math/lib_fabsl.c +++ b/libc/math/lib_fabsl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_floor.c b/libc/math/lib_floor.c index 7a8cc7a1109..a31c2f521a2 100644 --- a/libc/math/lib_floor.c +++ b/libc/math/lib_floor.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_floorf.c b/libc/math/lib_floorf.c index deefcf9407f..4e5ed950fdd 100644 --- a/libc/math/lib_floorf.c +++ b/libc/math/lib_floorf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_floorl.c b/libc/math/lib_floorl.c index f1328e9a72b..9ffc7fd0e96 100644 --- a/libc/math/lib_floorl.c +++ b/libc/math/lib_floorl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_fmod.c b/libc/math/lib_fmod.c index e096d629888..010cacefff6 100644 --- a/libc/math/lib_fmod.c +++ b/libc/math/lib_fmod.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_fmodf.c b/libc/math/lib_fmodf.c index ba2d375b8e6..0e02f857376 100644 --- a/libc/math/lib_fmodf.c +++ b/libc/math/lib_fmodf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_fmodl.c b/libc/math/lib_fmodl.c index f72f2de4d74..c04715ceebd 100644 --- a/libc/math/lib_fmodl.c +++ b/libc/math/lib_fmodl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_frexp.c b/libc/math/lib_frexp.c index 12eccadbe74..dd632e46900 100644 --- a/libc/math/lib_frexp.c +++ b/libc/math/lib_frexp.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_frexpf.c b/libc/math/lib_frexpf.c index 2f0421ccb92..e63f42587a6 100644 --- a/libc/math/lib_frexpf.c +++ b/libc/math/lib_frexpf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_frexpl.c b/libc/math/lib_frexpl.c index ae2ec4eb73d..dcdc54e3246 100644 --- a/libc/math/lib_frexpl.c +++ b/libc/math/lib_frexpl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_ldexp.c b/libc/math/lib_ldexp.c index ac4d23dccbc..5a154ef1d28 100644 --- a/libc/math/lib_ldexp.c +++ b/libc/math/lib_ldexp.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_ldexpf.c b/libc/math/lib_ldexpf.c index d24d1384e7d..fe8c994459b 100644 --- a/libc/math/lib_ldexpf.c +++ b/libc/math/lib_ldexpf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_ldexpl.c b/libc/math/lib_ldexpl.c index da02bf7e606..b707f342b05 100644 --- a/libc/math/lib_ldexpl.c +++ b/libc/math/lib_ldexpl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_libexpi.c b/libc/math/lib_libexpi.c index 3cd5f8f6d75..33b31d27170 100644 --- a/libc/math/lib_libexpi.c +++ b/libc/math/lib_libexpi.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_libexpif.c b/libc/math/lib_libexpif.c index 22c60f48d13..d2b8a980666 100644 --- a/libc/math/lib_libexpif.c +++ b/libc/math/lib_libexpif.c @@ -6,7 +6,7 @@ * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong/Gregory Nutt * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_libsqrtapprox.c b/libc/math/lib_libsqrtapprox.c index 60db0770ad5..dc78a70e274 100644 --- a/libc/math/lib_libsqrtapprox.c +++ b/libc/math/lib_libsqrtapprox.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_log.c b/libc/math/lib_log.c index 8bcfe75bff6..21c776e6a9a 100644 --- a/libc/math/lib_log.c +++ b/libc/math/lib_log.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_log10.c b/libc/math/lib_log10.c index 0830bd7e668..86e8cfb186e 100644 --- a/libc/math/lib_log10.c +++ b/libc/math/lib_log10.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_log10f.c b/libc/math/lib_log10f.c index aa810a0127f..956516eab36 100644 --- a/libc/math/lib_log10f.c +++ b/libc/math/lib_log10f.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_log10l.c b/libc/math/lib_log10l.c index 69e3e7e9784..f6d81b424d8 100644 --- a/libc/math/lib_log10l.c +++ b/libc/math/lib_log10l.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_log2.c b/libc/math/lib_log2.c index 2e2007796b3..76a114a2f95 100644 --- a/libc/math/lib_log2.c +++ b/libc/math/lib_log2.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_log2f.c b/libc/math/lib_log2f.c index 025b5de3b14..12c2ec9289a 100644 --- a/libc/math/lib_log2f.c +++ b/libc/math/lib_log2f.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_log2l.c b/libc/math/lib_log2l.c index 0b4450a8090..d23619136cf 100644 --- a/libc/math/lib_log2l.c +++ b/libc/math/lib_log2l.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_logf.c b/libc/math/lib_logf.c index 9abc5eff986..c2e1fe2fc4f 100644 --- a/libc/math/lib_logf.c +++ b/libc/math/lib_logf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_logl.c b/libc/math/lib_logl.c index c8babc17a86..32657c477fd 100644 --- a/libc/math/lib_logl.c +++ b/libc/math/lib_logl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_modf.c b/libc/math/lib_modf.c index 5c0921997cf..5782ebf010b 100644 --- a/libc/math/lib_modf.c +++ b/libc/math/lib_modf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_modff.c b/libc/math/lib_modff.c index 5934782b7b2..5c88ff83f28 100644 --- a/libc/math/lib_modff.c +++ b/libc/math/lib_modff.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_modfl.c b/libc/math/lib_modfl.c index 45f5f4f8fed..67399845279 100644 --- a/libc/math/lib_modfl.c +++ b/libc/math/lib_modfl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_pow.c b/libc/math/lib_pow.c index 47eb8d12489..90c8d9348d8 100644 --- a/libc/math/lib_pow.c +++ b/libc/math/lib_pow.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_powf.c b/libc/math/lib_powf.c index b1614a25009..b8024c21416 100644 --- a/libc/math/lib_powf.c +++ b/libc/math/lib_powf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_powl.c b/libc/math/lib_powl.c index 2efb8480153..3b7e9070c72 100644 --- a/libc/math/lib_powl.c +++ b/libc/math/lib_powl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_sin.c b/libc/math/lib_sin.c index 7ff716b059c..6089c76bac3 100644 --- a/libc/math/lib_sin.c +++ b/libc/math/lib_sin.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_sinf.c b/libc/math/lib_sinf.c index b7be087b909..e5e7230cdec 100644 --- a/libc/math/lib_sinf.c +++ b/libc/math/lib_sinf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_sinh.c b/libc/math/lib_sinh.c index 81e84807b9b..20d6d88f00f 100644 --- a/libc/math/lib_sinh.c +++ b/libc/math/lib_sinh.c @@ -6,7 +6,7 @@ * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_sinhf.c b/libc/math/lib_sinhf.c index baf353f34dc..c41b77ee222 100644 --- a/libc/math/lib_sinhf.c +++ b/libc/math/lib_sinhf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_sinhl.c b/libc/math/lib_sinhl.c index ff3aaedb7de..79668350fd9 100644 --- a/libc/math/lib_sinhl.c +++ b/libc/math/lib_sinhl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_sinl.c b/libc/math/lib_sinl.c index dc3df8a4bac..d41ccea1641 100644 --- a/libc/math/lib_sinl.c +++ b/libc/math/lib_sinl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_sqrt.c b/libc/math/lib_sqrt.c index 8540744d21d..b42b0a1f5df 100644 --- a/libc/math/lib_sqrt.c +++ b/libc/math/lib_sqrt.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_sqrtf.c b/libc/math/lib_sqrtf.c index 918c1c9568d..4b30a1dcc50 100644 --- a/libc/math/lib_sqrtf.c +++ b/libc/math/lib_sqrtf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_sqrtl.c b/libc/math/lib_sqrtl.c index 03a564f72d9..d87f06938a3 100644 --- a/libc/math/lib_sqrtl.c +++ b/libc/math/lib_sqrtl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009-2011 Nick Johnson diff --git a/libc/math/lib_tan.c b/libc/math/lib_tan.c index 31cde4cddef..b48f02714e5 100644 --- a/libc/math/lib_tan.c +++ b/libc/math/lib_tan.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_tanf.c b/libc/math/lib_tanf.c index 97ffae017d3..1ca3591b45c 100644 --- a/libc/math/lib_tanf.c +++ b/libc/math/lib_tanf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_tanh.c b/libc/math/lib_tanh.c index e68fcd528c9..3242590ca6d 100644 --- a/libc/math/lib_tanh.c +++ b/libc/math/lib_tanh.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_tanhf.c b/libc/math/lib_tanhf.c index ef56b133dc4..02ebd55c10d 100644 --- a/libc/math/lib_tanhf.c +++ b/libc/math/lib_tanhf.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_tanhl.c b/libc/math/lib_tanhl.c index ef2250941c1..8a1e75e6181 100644 --- a/libc/math/lib_tanhl.c +++ b/libc/math/lib_tanhl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson diff --git a/libc/math/lib_tanl.c b/libc/math/lib_tanl.c index 16ebce8a7a9..e4866fa11cd 100644 --- a/libc/math/lib_tanl.c +++ b/libc/math/lib_tanl.c @@ -6,7 +6,7 @@ * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Ported by: Darcy Gong * - * It derives from the Rhombs OS math library by Nick Johnson which has + * It derives from the Rhombus OS math library by Nick Johnson which has * a compatibile, MIT-style license: * * Copyright (C) 2009, 2010 Nick Johnson