From: wolf Date: Tue, 1 Oct 2002 19:49:43 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb239b4713decf71307e6b77fc43090f3d1812c9;p=dealii-svn.git Fix comment. git-svn-id: https://svn.dealii.org/trunk@6590 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index c4525e040b..0a46a9e04d 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -301,7 +301,7 @@ void die (const std::string &text, const T1 t1, const T2 t2) * latter is the case, then also exit this process * * check by calling "kill(PID,0)", where PID is the pid of the - * parent. if the return value is non-null, then kill couldn't find + * child. if the return value is non-null, then kill couldn't find * out about the process, so it is apparently gone */ extern "C"