diff options
author | m4tx <m4tx@m4tx.pl> | 2014-09-14 16:41:31 +0200 |
---|---|---|
committer | m4tx <m4tx@m4tx.pl> | 2014-09-14 16:41:31 +0200 |
commit | 2214a1ce1753e19799a3c559f9e6bc9854052975 (patch) | |
tree | 2e8a95fdb20a84df569f98ecd59ff274253e682f /libstdc++ | |
parent | 85ef3b5b80da353afa24d0ab21c35be01951e0b7 (diff) | |
download | bionic-2214a1ce1753e19799a3c559f9e6bc9854052975.zip bionic-2214a1ce1753e19799a3c559f9e6bc9854052975.tar.gz bionic-2214a1ce1753e19799a3c559f9e6bc9854052975.tar.bz2 |
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>
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/include/cmath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++/include/cmath b/libstdc++/include/cmath index be70343..a15b2ac 100644 --- a/libstdc++/include/cmath +++ b/libstdc++/include/cmath @@ -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> |