Fix filename in comment in cmath
It looks like the file comment was copy-pasted from ctime. Fixed filename in comment to "math.h". Change-Id: I27b0c2a7827076a91fc7b63913fad6eee4d6a79e Signed-off-by: m4tx <m4tx@m4tx.pl>
This commit is contained in:
parent
85ef3b5b80
commit
2214a1ce17
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#define BIONIC_LIBSTDCPP_INCLUDE_CMATH__
|
||||
|
||||
/*
|
||||
* Standard C++ Library wrapper around the C time.h header file.
|
||||
* Standard C++ Library wrapper around the C math.h header file.
|
||||
*/
|
||||
|
||||
#include <cstddef>
|
||||
|
|
Loading…
Reference in a new issue