Skip to content

Commit

Permalink
Touching up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Apr 10, 2024
1 parent ccb9886 commit c836393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Os/Stub/DefaultFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "Os/Delegate.hpp"
namespace Os {

//! \brief get a delegate for FileInterface that intercepts calls for parameter database testing
//! \brief get a delegate for FileInterface that intercepts calls for stub file usage
//! \param aligned_new_memory: aligned memory to fill
//! \param to_copy: pointer to copy-constructor input
//! \return: pointer to delegate
Expand Down
2 changes: 1 addition & 1 deletion Os/Stub/test/DefaultFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Os {

//! \brief get a delegate for FileInterface that intercepts calls for parameter database testing
//! \brief get a delegate for FileInterface that intercepts calls for for stub test file usage
//! \param aligned_new_memory: aligned memory to fill
//! \param to_copy: pointer to copy-constructor input
//! \return: pointer to delegate
Expand Down

0 comments on commit c836393

Please sign in to comment.