From: Wolfgang Bangerth Date: Sat, 16 Nov 2013 12:46:15 +0000 (+0000) Subject: Fix a note in a comment. X-Git-Tag: v8.1.0~268 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af9b5156959c4ee0a969acac7dea449c3e9f7f3;p=dealii.git Fix a note in a comment. git-svn-id: https://svn.dealii.org/trunk@31684 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h index 6f3327f85b..15c8731d6c 100644 --- a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h +++ b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h @@ -3404,7 +3404,7 @@ namespace TrilinosWrappers } - // If the calling matrix owns the row to which we want to add values, we + // If the calling processor owns the row to which we want to add values, we // can directly call the Epetra_CrsMatrix input function, which is much // faster than the Epetra_FECrsMatrix function. if (row_partitioner().MyGID(static_cast(row)) == true)