aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Smith-Rowland <emsr@gcc.gnu.org>2016-04-18 02:30:31 +0000
committerEdward Smith-Rowland <emsr@gcc.gnu.org>2016-04-18 02:30:31 +0000
commit9a9534e1622d5052e86c110d2d92cb8c2b409c29 (patch)
tree864b64b2339b69ea4436abbfdd02216a7bbead82
parent8e5626482bb6400c8e028531b5e878e4dda3cc42 (diff)
downloadgcc-9a9534e1622d5052e86c110d2d92cb8c2b409c29.zip
gcc-9a9534e1622d5052e86c110d2d92cb8c2b409c29.tar.gz
gcc-9a9534e1622d5052e86c110d2d92cb8c2b409c29.tar.bz2
Obvious typo in comment.
From-SVN: r235091
-rw-r--r--libstdc++-v3/include/bits/specfun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/specfun.h b/libstdc++-v3/include/bits/specfun.h
index 77bbda3..9f7bb87 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.