From cb968b8499ce733e2cc9c2650930e254987498de Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 19 Jan 2017 13:35:05 -0600 Subject: [PATCH] Correct cloned typographical error in name of Rhombus OS --- libc/math/lib_acos.c | 2 +- libc/math/lib_acosf.c | 2 +- libc/math/lib_acosl.c | 2 +- libc/math/lib_asin.c | 2 +- libc/math/lib_asinf.c | 2 +- libc/math/lib_asinl.c | 2 +- libc/math/lib_atan.c | 2 +- libc/math/lib_atan2.c | 2 +- libc/math/lib_atan2f.c | 2 +- libc/math/lib_atan2l.c | 2 +- libc/math/lib_atanf.c | 2 +- libc/math/lib_atanl.c | 2 +- libc/math/lib_ceil.c | 2 +- libc/math/lib_ceilf.c | 2 +- libc/math/lib_ceill.c | 2 +- libc/math/lib_cos.c | 2 +- libc/math/lib_cosf.c | 2 +- libc/math/lib_cosh.c | 2 +- libc/math/lib_coshf.c | 2 +- libc/math/lib_coshl.c | 2 +- libc/math/lib_cosl.c | 2 +- libc/math/lib_exp.c | 2 +- libc/math/lib_expf.c | 2 +- libc/math/lib_expl.c | 2 +- libc/math/lib_fabs.c | 2 +- libc/math/lib_fabsf.c | 2 +- libc/math/lib_fabsl.c | 2 +- libc/math/lib_floor.c | 2 +- libc/math/lib_floorf.c | 2 +- libc/math/lib_floorl.c | 2 +- libc/math/lib_fmod.c | 2 +- libc/math/lib_fmodf.c | 2 +- libc/math/lib_fmodl.c | 2 +- libc/math/lib_frexp.c | 2 +- libc/math/lib_frexpf.c | 2 +- libc/math/lib_frexpl.c | 2 +- libc/math/lib_ldexp.c | 2 +- libc/math/lib_ldexpf.c | 2 +- libc/math/lib_ldexpl.c | 2 +- libc/math/lib_libexpi.c | 2 +- libc/math/lib_libexpif.c | 2 +- libc/math/lib_libsqrtapprox.c | 2 +- libc/math/lib_log.c | 2 +- libc/math/lib_log10.c | 2 +- libc/math/lib_log10f.c | 2 +- libc/math/lib_log10l.c | 2 +- libc/math/lib_log2.c | 2 +- libc/math/lib_log2f.c | 2 +- libc/math/lib_log2l.c | 2 +- libc/math/lib_logf.c | 2 +- libc/math/lib_logl.c | 2 +- libc/math/lib_modf.c | 2 +- libc/math/lib_modff.c | 2 +- libc/math/lib_modfl.c | 2 +- libc/math/lib_pow.c | 2 +- libc/math/lib_powf.c | 2 +- libc/math/lib_powl.c | 2 +- libc/math/lib_sin.c | 2 +- libc/math/lib_sinf.c | 2 +- libc/math/lib_sinh.c | 2 +- libc/math/lib_sinhf.c | 2 +- libc/math/lib_sinhl.c | 2 +- libc/math/lib_sinl.c | 2 +- libc/math/lib_sqrt.c | 2 +- libc/math/lib_sqrtf.c | 2 +- libc/math/lib_sqrtl.c | 2 +- libc/math/lib_tan.c | 2 +- libc/math/lib_tanf.c | 2 +- libc/math/lib_tanh.c | 2 +- libc/math/lib_tanhf.c | 2 +- libc/math/lib_tanhl.c | 2 +- libc/math/lib_tanl.c | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/libc/math/lib_acos.c b/libc/math/lib_acos.c index 4903af43bc..aedc155e3d 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 12fe68da67..58b90f3714 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 f13cb00a04..c2ae58c3a4 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 15bce7913a..688b108c89 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 e60f439f6e..5d223fe551 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 088257a1e5..5fc3896a7e 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 91930bf03e..3384348040 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 5b0f7e2989..bbc953e5ca 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 c600161408..5dafe974eb 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 4c384e8089..7ee8a251c8 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 aef149ed9e..702819d6d8 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 50376c26a0..53f4b9700c 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 6d367a51c7..329e20b24f 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 830f2a4769..d9394bd8a1 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 ac54c2c3db..2e16ab73ad 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 34d90716af..689882c581 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 5532894b02..ba45d7e32b 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 73283589b5..0d1f71fc76 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 37b4bf8e0f..bf234377bf 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 445629c24e..3bce6ac7c0 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 89109db77d..8fbf5a9df9 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 211b23bf95..414f0c29f1 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 3e3cb02ed9..4426fc9847 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 1021017ca3..7c69e2d086 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 35f98e6818..fbf4286e0c 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 2bee12097d..e2b5639638 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 1762f91416..72be15a9fd 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 7a8cc7a110..a31c2f521a 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 deefcf9407..4e5ed950fd 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 f1328e9a72..9ffc7fd0e9 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 e096d62988..010cacefff 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 ba2d375b8e..0e02f85737 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 f72f2de4d7..c04715ceeb 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 12eccadbe7..dd632e4690 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 2f0421ccb9..e63f42587a 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 ae2ec4eb73..dcdc54e324 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 ac4d23dccb..5a154ef1d2 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 d24d1384e7..fe8c994459 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 da02bf7e60..b707f342b0 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 3cd5f8f6d7..33b31d2717 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 22c60f48d1..d2b8a98066 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 60db0770ad..dc78a70e27 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 8bcfe75bff..21c776e6a9 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 0830bd7e66..86e8cfb186 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 aa810a0127..956516eab3 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 69e3e7e978..f6d81b424d 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 2e2007796b..76a114a2f9 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 025b5de3b1..12c2ec9289 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 0b4450a809..d23619136c 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 9abc5eff98..c2e1fe2fc4 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 c8babc17a8..32657c477f 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 5c0921997c..5782ebf010 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 5934782b7b..5c88ff83f2 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 45f5f4f8fe..6739984527 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 47eb8d1248..90c8d9348d 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 b1614a2500..b8024c2141 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 2efb848015..3b7e9070c7 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 7ff716b059..6089c76bac 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 b7be087b90..e5e7230cde 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 81e84807b9..20d6d88f00 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 baf353f34d..c41b77ee22 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 ff3aaedb7d..79668350fd 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 dc3df8a4ba..d41ccea164 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 8540744d21..b42b0a1f5d 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 918c1c9568..4b30a1dcc5 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 03a564f72d..d87f06938a 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 31cde4cdde..b48f02714e 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 97ffae017d..1ca3591b45 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 e68fcd528c..3242590ca6 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 ef56b133dc..02ebd55c10 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 ef2250941c..8a1e75e618 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 16ebce8a7a..e4866fa11c 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