aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/valarray-inst.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/src/valarray-inst.cc')
-rw-r--r--libstdc++-v3/src/valarray-inst.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/src/valarray-inst.cc b/libstdc++-v3/src/valarray-inst.cc
index aa8deb1183e..f60ff9176c4 100644
--- a/libstdc++-v3/src/valarray-inst.cc
+++ b/libstdc++-v3/src/valarray-inst.cc
@@ -69,7 +69,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
__gslice_to_index(size_t __o, const valarray<size_t>& __l,
const valarray<size_t>& __s, valarray<size_t>& __i)
{
- // There are as much as dimensions as there are strides.
+ // There are as many dimensions as there are strides.
const size_t __n = __l.size();
// Holds current multi-index as we go through the gslice for the