From 9a9534e1622d5052e86c110d2d92cb8c2b409c29 Mon Sep 17 00:00:00 2001 From: Edward Smith-Rowland Date: Mon, 18 Apr 2016 02:30:31 +0000 Subject: [PATCH] Obvious typo in comment. From-SVN: r235091 --- libstdc++-v3/include/bits/specfun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/bits/specfun.h b/libstdc++-v3/include/bits/specfun.h index 77bbda36fd8..9f7bb87d2d3 100644 --- a/libstdc++-v3/include/bits/specfun.h +++ b/libstdc++-v3/include/bits/specfun.h @@ -126,7 +126,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @subsection promotion Argument Promotion * The arguments suppled to the non-suffixed functions will be promoted * according to the following rules: - * 1. If any argument intended to be floating opint is given an integral value + * 1. If any argument intended to be floating point is given an integral value * That integral value is promoted to double. * 2. All floating point arguments are promoted up to the largest floating * point precision among them. -- 2.30.2