From 7b9edccb26ad8cc3d29a1a6ee55704eb7d5637ba Mon Sep 17 00:00:00 2001 From: young Date: Sun, 20 Oct 2013 13:00:10 +0000 Subject: [PATCH] Correct a trivial typo. git-svn-id: https://svn.dealii.org/trunk@31328 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/petsc/vector_assign_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/petsc/vector_assign_02.cc b/tests/petsc/vector_assign_02.cc index 343f2b2e03..08389b135c 100644 --- a/tests/petsc/vector_assign_02.cc +++ b/tests/petsc/vector_assign_02.cc @@ -16,7 +16,7 @@ -// this is equivalent to the petsc_vector_assign_02 test, except that we use +// this is equivalent to the petsc_vector_assign_01 test, except that we use // operator+= instead of operator=. Now, this does not present a problem, // since the compiler does not automatically generate a version of this // operator, but simply performs the conversion to PetscScalar, i.e. the -- 2.39.5