summaryrefslogtreecommitdiff
path: root/boost/endian/conversion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/endian/conversion.hpp')
-rw-r--r--boost/endian/conversion.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/endian/conversion.hpp b/boost/endian/conversion.hpp
index 7c145d9506..fc0e1a2360 100644
--- a/boost/endian/conversion.hpp
+++ b/boost/endian/conversion.hpp
@@ -50,7 +50,7 @@ namespace endian
//--------------------------------------------------------------------------------------//
// customization for exact-length arithmetic types. See doc/conversion.html/#FAQ.
- // Note: The omission of an overloads for the arithmetic type (typically long, or
+ // Note: The omission of a overloads for the arithmetic type (typically long, or
// long long) not assigned to one of the exact length typedefs is a deliberate
// design decision. Such overloads would be non-portable and thus error prone.
@@ -98,7 +98,7 @@ namespace endian
//------------------------------------------------------------------------------------//
- // Q: What happended to bswap, htobe, and the other synonym functions based on names
+ // Q: What happened to bswap, htobe, and the other synonym functions based on names
// popularized by BSD, OS X, and Linux?
// A: Turned out these may be implemented as macros on some systems. Ditto POSIX names
// for such functionality. Since macros would cause endless problems with functions