From: Toby D. Young Date: Sun, 20 Oct 2013 13:00:10 +0000 (+0000) Subject: Correct a trivial typo. X-Git-Tag: v8.1.0~571 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d80523c0cb0b590cd4cef2e516ecb63e105f07;p=dealii.git Correct a trivial typo. git-svn-id: https://svn.dealii.org/trunk@31328 0785d39b-7218-0410-832d-ea1e28bc413d --- 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