From 2214a1ce1753e19799a3c559f9e6bc9854052975 Mon Sep 17 00:00:00 2001 From: m4tx Date: Sun, 14 Sep 2014 16:41:31 +0200 Subject: [PATCH] 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 --- libstdc++/include/cmath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++/include/cmath b/libstdc++/include/cmath index be7034389..a15b2acfc 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