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

spelling

[[Imported from SVN: r6810]]
parent 3492f3a7
No related branches found
No related tags found
No related merge requests found
......@@ -386,9 +386,9 @@ namespace Dune
@relates shared_ptr
If you allocate an object on the stack, but want to pass it to a class or function as a shared_ptr,
you can use this deleter to avoid accidential deletion of the stack-allocated object.
you can use this deleter to avoid accidental deletion of the stack-allocated object.
For convinience we provide two free functions to create a shared_ptr from a stack-allocated object
For convenience we provide two free functions to create a shared_ptr from a stack-allocated object
(\see stackobject_to_shared_ptr):
1) Convert a stack-allocated object to a shared_ptr:
......
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