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

spelling

[[Imported from SVN: r5451]]
parent 9d90a778
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ namespace Dune
{
/**
* @brief Helper class to meassure alignment requirement.
* @tparam T The type we want to meassure the alignment requirement for.
* @brief Helper class to measure alignment requirement.
* @tparam T The type we want to measure the alignment requirement for.
*/
template<class T>
struct AlignmentStruct
......@@ -40,8 +40,8 @@ namespace Dune
};
/**
* @brief Helper class to meassure alignment requirement.
* @tparam T The type we want to meassure the alignment requirement for.
* @brief Helper class to measure alignment requirement.
* @tparam T The type we want to measure the alignment requirement for.
*/
template<class T, std::size_t N>
struct AlignmentHelper
......@@ -99,7 +99,7 @@ namespace Dune
enum
{
/** @brief The alginment requirement. */
/** @brief The alignment requirement. */
#ifdef HAVE_TYPE_TRAITS
value = std::alignment_of<T>::value
#elif HAVE_TR1_TYPETRAITS
......
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