From: wolf Date: Wed, 3 Apr 2002 11:10:22 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce22263653a04766fd63853a51acd397d3fcdf4;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@5631 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/log.cc b/deal.II/base/source/log.cc index 927eb94550..3cfbb8f510 100644 --- a/deal.II/base/source/log.cc +++ b/deal.II/base/source/log.cc @@ -17,7 +17,7 @@ #include // include sys/resource.h for rusage(). Mac OS X needs sys/time.h then -// as well strange), so include that, too. +// as well (strange), so include that, too. #include #include #include