Punctuation in comment.

This commit is contained in:
Beman
2013-05-23 07:33:06 -04:00
parent 2623b1cfaa
commit 319572d721

View File

@@ -23,7 +23,7 @@ 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
// why a designer would mix big and little endians in the same file? 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.