fixing spelling typo in comment

This commit is contained in:
Shane Grant
2014-01-24 15:49:23 -08:00
parent f8ec6251f0
commit f0f336d15f
+2 -2
View File
@@ -329,7 +329,7 @@ namespace cereal
template <class Archive, class T, specialization S>
struct specialize : public std::false_type {};
//! Convenienct macro for performing specialization for all archive types
//! Convenient macro for performing specialization for all archive types
/*! This performs specialization for the specific type for all types of archives.
This macro should be placed at the global namespace.
@@ -343,7 +343,7 @@ namespace cereal
#define CEREAL_SPECIALIZE_FOR_ALL_ARCHIVES( Type, Specialization ) \
namespace cereal { template <class Archive> struct specialize<Archive, Type, Specialization> {}; }
//! Convenienct macro for performing specialization for a single archive type
//! Convenient macro for performing specialization for a single archive type
/*! This performs specialization for the specific type for a single type of archive.
This macro should be placed at the global namespace.