summaryrefslogtreecommitdiff
path: root/boost/type_index.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_index.hpp')
-rw-r--r--boost/type_index.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/type_index.hpp b/boost/type_index.hpp
index dce89d81d6..0310e2027b 100644
--- a/boost/type_index.hpp
+++ b/boost/type_index.hpp
@@ -234,7 +234,7 @@ inline type_index type_id_with_cvr() BOOST_NOEXCEPT {
/// Function that works exactly like C++ typeid(rtti_val) call, but returns boost::type_index.
///
-/// Retunrs runtime information about specified type.
+/// Returns runtime information about specified type.
///
/// \b Requirements: RTTI available or Base and Derived classes must be marked with BOOST_TYPE_INDEX_REGISTER_CLASS.
///
@@ -249,7 +249,7 @@ inline type_index type_id_with_cvr() BOOST_NOEXCEPT {
/// std::cout << ti.pretty_name(); // Outputs 'Derived'
/// \endcode
///
-/// \param runtime_val Varaible which runtime type must be returned.
+/// \param runtime_val Variable which runtime type must be returned.
/// \throw Nothing.
/// \return boost::typeindex::type_index with information about the specified variable.
template <class T>