From: Praveen C Date: Sun, 19 Nov 2017 04:51:28 +0000 (+0530) Subject: Fix comment X-Git-Tag: v9.0.0-rc1~752^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece694cf1953a533ab27986f0c2facc945455ce7;p=dealii.git Fix comment --- diff --git a/tests/fe/fe_faceq_interpolate.cc b/tests/fe/fe_faceq_interpolate.cc index 2f795a634a..c8574b7166 100644 --- a/tests/fe/fe_faceq_interpolate.cc +++ b/tests/fe/fe_faceq_interpolate.cc @@ -13,7 +13,7 @@ // // --------------------------------------------------------------------- -// Call VectorTools::interpolate for a function in FE_TraceQ. The purpose is +// Call VectorTools::interpolate for a function in FE_FaceQ. The purpose is // to check that all functions needed for interpolate to work exist. #include "../tests.h"