Skip to content

Commit

Permalink
typos in MemoryOperation.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev authored Oct 17, 2022
1 parent 730ea07 commit 056bd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/umpire/op/MemoryOperation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace op {
/*!
* \brief Base class of an operation on memory.
*
* Neither the transfrom or apply methods are pure virtual, so inheriting
* Neither the transform or apply methods are pure virtual, so inheriting
* classes only need overload the appropriate method. However, both methods
* will throw an error if called.
*/
Expand All @@ -27,7 +27,7 @@ class MemoryOperation {
virtual ~MemoryOperation() = default;

/*!
* \brief Transfrom length bytes of memory from src_ptr to dst_ptr.
* \brief Transform length bytes of memory from src_ptr to dst_ptr.
*
* \param src_ptr Pointer to source memory location.
* \param dst_ptr Pointer to destinatino memory location.
Expand Down

0 comments on commit 056bd70

Please sign in to comment.