From ecf98cd5d0097c010ee606bcaf978cff929f56a3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 1 Jul 2011 15:03:57 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@23907 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/thread_validity_09.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/base/thread_validity_09.cc b/tests/base/thread_validity_09.cc index 100763fb18..6ed34c5a3d 100644 --- a/tests/base/thread_validity_09.cc +++ b/tests/base/thread_validity_09.cc @@ -1,8 +1,8 @@ //----------------------------------------------------------------------------- // $Id$ -// Version: $Name$ +// Version: $Name$ // -// Copyright (C) 2008, 2009 by the deal.II authors +// Copyright (C) 2008, 2009, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -13,7 +13,7 @@ // see if we can detach from threads. before r18272 we used to have a // bug where detached threads would write their return value into -// release memory. the this test releases memory, allocates it again, +// released memory. this test releases memory, allocates it again, // and makes sure nobody writes into it at undue times #include "../tests.h" @@ -36,7 +36,7 @@ int worker () return 42; } - + int main() { -- 2.39.5