Tweak comments.

This commit is contained in:
Beman
2014-12-05 09:05:05 -05:00
parent b6c9150aea
commit db16b51b41
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ using namespace boost::endian;
namespace
{
// This is an extract from a very widely used GIS file format. Who knows
// why a designer would mix big and little endians in the same file? But
// This is an extract from a very widely used GIS file format. Why the designer
// decided to mix big and little endians in the same file is not known. But
// this is a real-world format and users wishing to write low level code
// manipulating these files have to deal with the mixed endianness.