diff --git a/src/amdis/BiLinearForm.hpp b/src/amdis/BiLinearForm.hpp index 33cf3f0028b3bb109f0ce95c1254a416f056e711..af41ef1e41741ac2d4ab52f224e636cb0269661a 100644 --- a/src/amdis/BiLinearForm.hpp +++ b/src/amdis/BiLinearForm.hpp @@ -91,7 +91,7 @@ namespace AMDiS void assemble(RowLocalView const& rowLocalView, ColLocalView const& colLocalView); - /// Assemble all matrix operators, TODO: incooperate boundary conditions + /// Assemble all matrix operators, TODO: incorporate boundary conditions void assemble(SymmetryStructure symmetry = SymmetryStructure::unknown); protected: diff --git a/src/amdis/linearalgebra/mtl/MatrixBackend.hpp b/src/amdis/linearalgebra/mtl/MatrixBackend.hpp index 75820f5412a70fa5a7e0b8bfd64319414ef02def..c002b8e80f2a9a678e56c6e5e3ff6b11c12b9923 100644 --- a/src/amdis/linearalgebra/mtl/MatrixBackend.hpp +++ b/src/amdis/linearalgebra/mtl/MatrixBackend.hpp @@ -74,7 +74,7 @@ namespace AMDiS } - /// \brief Returns an update-proxy of the inserter, to inserte/update a value at + /// \brief Returns an update-proxy of the inserter, to insert/update a value at /// position (\p r, \p c) in the matrix. Need an insertionMode inserter, that can /// be created by \ref init and must be closed by \ref finish after insertion. void insert(size_type r, size_type c, value_type const& value)