From: Timo Heister Date: Mon, 24 Feb 2014 19:27:14 +0000 (+0000) Subject: fix comment X-Git-Tag: v8.2.0-rc1~785 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77868d919b10c1ac9aa3f99cb73d5f2f72c48e0c;p=dealii.git fix comment git-svn-id: https://svn.dealii.org/trunk@32542 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe.h b/deal.II/include/deal.II/fe/fe.h index def12dd29c..c78bf30ac8 100644 --- a/deal.II/include/deal.II/fe/fe.h +++ b/deal.II/include/deal.II/fe/fe.h @@ -1372,7 +1372,7 @@ public: * requirement that they be one at a certain point and zero at all the * points associated with the other shape functions. * - * In composed elements (i.e. for the FESystem class, the result will be + * In composed elements (i.e. for the FESystem class), the result will be * true if all all the base elements have defined support points. */ bool has_support_points () const;