From 403ff6b0a93bf3dc5f975cb4e66b8d0eacd80488 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Wed, 2 Feb 2005 06:57:30 +0000 Subject: [PATCH] standardized abi_prefix comment [SVN r27025] --- include/boost/iostreams/device/file_descriptor.hpp | 2 +- include/boost/iostreams/device/mapped_file.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/iostreams/device/file_descriptor.hpp b/include/boost/iostreams/device/file_descriptor.hpp index 40fa59e..1ffc990 100755 --- a/include/boost/iostreams/device/file_descriptor.hpp +++ b/include/boost/iostreams/device/file_descriptor.hpp @@ -20,7 +20,7 @@ #include #include -// Must be the last header. +// Must come last. #include namespace boost { namespace iostreams { diff --git a/include/boost/iostreams/device/mapped_file.hpp b/include/boost/iostreams/device/mapped_file.hpp index 8e8f648..b277c6f 100755 --- a/include/boost/iostreams/device/mapped_file.hpp +++ b/include/boost/iostreams/device/mapped_file.hpp @@ -44,7 +44,7 @@ #include #include -// Must be the last headers. +// Must come last. #include #include