summaryrefslogtreecommitdiffstatshomepage
path: root/lib/libm/sf_frexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/sf_frexp.c')
-rw-r--r--lib/libm/sf_frexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/sf_frexp.c b/lib/libm/sf_frexp.c
index 397373fdeb..df50fb7737 100644
--- a/lib/libm/sf_frexp.c
+++ b/lib/libm/sf_frexp.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* These math functions are taken from newlib-nano-2, the newlib/libm/math
* directory, available from https://github.com/32bitmicro/newlib-nano-2.