From: Wolfgang Bangerth Date: Fri, 11 Nov 2016 21:04:43 +0000 (-0700) Subject: Fix comment style. X-Git-Tag: v8.5.0-rc1~410^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3570%2Fhead;p=dealii.git Fix comment style. --- diff --git a/include/deal.II/base/table_handler.h b/include/deal.II/base/table_handler.h index 1b0b711ef1..373c6a95f6 100644 --- a/include/deal.II/base/table_handler.h +++ b/include/deal.II/base/table_handler.h @@ -131,7 +131,7 @@ namespace internal value_type value; /** - * cache the current value as a string + * Cache the current value as a string. */ mutable std::string cached_value;