From 3eb020edae68221f08da685d9b9d904060b5537c Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Sep 2002 23:09:55 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@6536 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/log.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/source/log.cc b/deal.II/base/source/log.cc index e4a32fea8f..e3534fc8ed 100644 --- a/deal.II/base/source/log.cc +++ b/deal.II/base/source/log.cc @@ -159,14 +159,14 @@ LogStream::print_line_head() /* * The following lines were used for debugging a memory leak. * They work on Linux, not on Solaris, since the /proc filesystem - * on Solaris is quite cryptic. + * on Solaris is quite cryptic. For other systems, we don't know. * * Unfortunately, the information in /proc/pid/stat is updated slowly, * therefore, the information is quite unreliable. * * Furthermore, the constructor of ifstream caused another memory leak. * - * Still, this code might be usefull sometimes, so I kept it here. + * Still, this code might be useful sometimes, so I kept it here. * When we have more information about the kernel, this should be * incorporated properly. Suggestions are welcome! */ -- 2.39.5