From 319572d721a5085e90e134459e4461427a1cbd91 Mon Sep 17 00:00:00 2001 From: Beman Date: Thu, 23 May 2013 07:33:06 -0400 Subject: [PATCH] Punctuation in comment. --- example/endian_example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/endian_example.cpp b/example/endian_example.cpp index 883db8a..ec8a0e3 100644 --- a/example/endian_example.cpp +++ b/example/endian_example.cpp @@ -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.