Fix typos in documentation/comments

Credits go to the authors of codespell.
This commit is contained in:
Ben Wiederhake
2016-04-03 19:04:56 +02:00
parent d1865063ad
commit b51593c766
3 changed files with 3 additions and 3 deletions

View File

@ -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? // popularized by BSD, OS X, and Linux?
// A: Turned out these may be implemented as macros on some systems. Ditto POSIX names // 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 // for such functionality. Since macros would cause endless problems with functions

View File

@ -12,7 +12,7 @@
// This test probes operator overloading, including interaction between // This test probes operator overloading, including interaction between
// operand types. // operand types.
// See endian_test for tests of endianess correctness, size, and value. // See endian_test for tests of endianness correctness, size, and value.
#define BOOST_ENDIAN_LOG #define BOOST_ENDIAN_LOG

View File

@ -9,7 +9,7 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// This test probes for correct endianess, size, and value. // This test probes for correct endianness, size, and value.
// See endian_operations_test for tests of operator correctness and interaction // See endian_operations_test for tests of operator correctness and interaction
// between operand types. // between operand types.