From: Timo Heister Date: Fri, 8 Nov 2019 18:28:58 +0000 (-0500) Subject: fix comment X-Git-Tag: v9.2.0-rc1~890^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a2f3bb654f2b97c515b32204d0036867aa8627;p=dealii.git fix comment --- diff --git a/include/deal.II/base/index_set.h b/include/deal.II/base/index_set.h index 628185e8b6..a438f36e77 100644 --- a/include/deal.II/base/index_set.h +++ b/include/deal.II/base/index_set.h @@ -288,9 +288,9 @@ public: * range. * * In other words, the return value is nth_index_in_set(x), where x is the - * index of the largest contiguous range of indices in the IndexSet. The value - * is therefore equal to the number of elements in the set that come before - * the largest range. + * first index of the largest contiguous range of indices in the + * IndexSet. The return value is therefore equal to the number of elements + * in the set that come before the largest range. * * This call assumes that the IndexSet is nonempty. */