summaryrefslogtreecommitdiff
path: root/boost/archive/detail
diff options
context:
space:
mode:
Diffstat (limited to 'boost/archive/detail')
-rw-r--r--boost/archive/detail/iserializer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/archive/detail/iserializer.hpp b/boost/archive/detail/iserializer.hpp
index 6e02eec7c4..193e98a82e 100644
--- a/boost/archive/detail/iserializer.hpp
+++ b/boost/archive/detail/iserializer.hpp
@@ -605,7 +605,7 @@ template<class Archive, class T>
inline void load(Archive & ar, T &t){
// if this assertion trips. It means we're trying to load a
// const object with a compiler that doesn't have correct
- // funtion template ordering. On other compilers, this is
+ // function template ordering. On other compilers, this is
// handled below.
detail::check_const_loading< T >();
typedef