From 7854730c215c01662d18d0fc388ef5c46be97789 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 Oct 2018 17:08:32 +0100 Subject: [PATCH] improve documentation Co-Authored-By: davydden --- include/deal.II/base/utilities.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/utilities.h b/include/deal.II/base/utilities.h index 63cc366803..846357a59f 100644 --- a/include/deal.II/base/utilities.h +++ b/include/deal.II/base/utilities.h @@ -104,9 +104,9 @@ namespace Utilities const int bits_per_dim = 64); /** - * Interleave first @p bits_per_dim bits from each element of @p index + * Interleave the least significant @p bits_per_dim bits from each element of @p index * (starting from last) into a single unsigned integer. The last element - * of @p index will be used to set the first @p bits_per_dim in the the + * of @p index will be used to set the first @p bits_per_dim in the * resulting integer, the pre last element is used to set the next @p bits_per_dim, * etc. Clearly, the following should hold bits\_per\_dim * dim <= * 64. -- 2.39.5