Skip to content
Snippets Groups Projects
Commit 42f6bfd8 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix typo in comment

parent 9e367321
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,7 @@ namespace ChimeraTK {
EntityOwner::operator=(std::move(other));
_owner = other._owner;
if(_owner != nullptr) _owner->registerModule(this, false);
// note: the other module unregisters itself in its destructor - will will be
// called next after any move operation
// note: the other module unregisters itself in its destructor - which will be called next after any move operation
return *this;
}
/*********************************************************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment