From 3374ec12f5a305e83b4d853208bd1912be03c6b5 Mon Sep 17 00:00:00 2001 From: Lewis Gross <43077972+lewisgross1296@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:39:56 -0500 Subject: [PATCH] Update src/mesh.cpp grammar Co-authored-by: Patrick Shriwise --- src/mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh.cpp b/src/mesh.cpp index dfa443b7f5..a8d57eef15 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -2369,7 +2369,7 @@ void LibMesh::initialize() libMesh::MeshTools::Modification::scale(*m_, length_multiplier_); } // if OpenMC is managing the libMesh::MeshBase instance, prepare the mesh. - // Otherwise assume that it is prepared by it's owning application + // Otherwise assume that it is prepared by its owning application if (unique_m_) { m_->prepare_for_use(); }