From: David Wells <wellsd2@rpi.edu>
Date: Wed, 2 Mar 2016 01:45:52 +0000 (-0500)
Subject: Fix a wrong comment.
X-Git-Tag: v8.5.0-rc1~1237^2~5
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c32c9f90ff0fd6d4b0ca84ec66e66cf0c4f941d;p=dealii.git

Fix a wrong comment.
---

diff --git a/source/dofs/dof_tools_sparsity.cc b/source/dofs/dof_tools_sparsity.cc
index eb98b99c72..32db3acc89 100644
--- a/source/dofs/dof_tools_sparsity.cc
+++ b/source/dofs/dof_tools_sparsity.cc
@@ -941,8 +941,8 @@ namespace DoFTools
       }
 
 
-      // implementation of the same function in namespace DoFTools for
-      // non-hp DoFHandlers
+      // implementation of the same function in namespace DoFTools for hp
+      // DoFHandlers
       template <int dim, int spacedim, typename SparsityPatternType>
       void
       make_flux_sparsity_pattern (const dealii::hp::DoFHandler<dim,spacedim> &dof,