aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/iterator
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/ext/iterator')
-rw-r--r--libstdc++-v3/include/ext/iterator6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/ext/iterator b/libstdc++-v3/include/ext/iterator
index e492e68..094313c 100644
--- a/libstdc++-v3/include/ext/iterator
+++ b/libstdc++-v3/include/ext/iterator
@@ -72,7 +72,7 @@ namespace __gnu_cxx
// There are two signatures for distance. In addition to the one
// taking two iterators and returning a result, there is another
// taking two iterators and a reference-to-result variable, and
- // returning nothing. The latter seems to be an SGI extension.
+ // returning nothing. The latter seems to be an SGI extension.
// -- pedwards
template<typename _InputIterator, typename _Distance>
inline void
@@ -86,7 +86,7 @@ namespace __gnu_cxx
template<typename _RandomAccessIterator, typename _Distance>
inline void
- __distance(_RandomAccessIterator __first, _RandomAccessIterator __last,
+ __distance(_RandomAccessIterator __first, _RandomAccessIterator __last,
_Distance& __n, std::random_access_iterator_tag)
{
// concept requirements
@@ -109,5 +109,5 @@ namespace __gnu_cxx
}
} // namespace __gnu_cxx
-#endif
+#endif