From 1a918009fd23693335f65b9d6c7803071a5f9fff Mon Sep 17 00:00:00 2001 From: Chris Glover Date: Thu, 29 Sep 2016 22:27:10 -0400 Subject: [PATCH] Fix comment. --- .../boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp b/include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp index 8164eda..6181df6 100644 --- a/include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp +++ b/include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp @@ -9,7 +9,7 @@ #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_DETAIL_RUNTIME_CAST_IMPL_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_DETAIL_RUNTIME_CAST_IMPL_HPP -/// \file pointer_class.hpp +/// \file runtime_cast_impl.hpp /// \brief Contains the overload of boost::typeindex::runtime_cast for /// pointer types. ///