From eb239b4713decf71307e6b77fc43090f3d1812c9 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Oct 2002 19:49:43 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@6590 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5