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

spelling

[[Imported from SVN: r6091]]
parent fb29e1ae
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ namespace Dune
public:
enum {
/**
* @brief Are we fake (i. e. pretend to have MPI support but are compiled
* without.
* @brief Are we fake (i.e. pretend to have MPI support but are compiled
* without.)
*/
isFake = true
};
......
......@@ -305,10 +305,10 @@ namespace Dune {
//////////////////////////////////////////////////////////////////////
//
// genericTranformTuple stuff
// genericTransformTuple stuff
//
// genericTranformTuple() needs to be overloaded for each tuple size (we
// genericTransformTuple() needs to be overloaded for each tuple size (we
// limit ourselves to tuple_size <= 10 here). For a given tuple size it
// needs to be overloaded for all combinations of const and non-const
// argument references. (On the one hand, we want to allow modifyable
......@@ -320,7 +320,7 @@ namespace Dune {
// function genericTransformTupleBackend(), which is overloaded for each
// tuple size and for const and non-const tuple arguments; the functor
// argument is always given as as (non-const) reference. When
// genericTranformTupleBackend() is called, the type of the Functor template
// genericTransformTupleBackend() is called, the type of the Functor template
// parameter is the deduced as either "SomeType" or "const SomeType",
// depending on whether the function argument is a non-const or a const
// lvalue of type "SomeType". As explained above, this does not work for
......
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