Skip to content
Snippets Groups Projects
Commit 10e2af17 authored by Oliver Sander's avatar Oliver Sander
Browse files

spelling

[[Imported from SVN: r7075]]
parent b0bfdd76
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ namespace Dune
::new((void *)p)T(std::forward<_Args>(__args) ...);
}
#endif
//! destroy an object of type T (i.e. call the Destructor)
//! destroy an object of type T (i.e. call the destructor)
void destroy(pointer p)
{
p->~T();
......
......@@ -83,7 +83,7 @@ namespace Dune
::new((void *)p)T(std::forward<_Args>(__args) ...);
}
#endif
//! destroy an object of type T (i.e. call the Destructor)
//! destroy an object of type T (i.e. call the destructor)
void destroy(pointer p)
{
p->~T();
......
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