From c4d5840039ef12cdedb6476044e9917eec481b09 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Aug 2016 13:50:59 +0200 Subject: Cosmetic change --- butl/filesystem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butl/filesystem.cxx b/butl/filesystem.cxx index 3249b58..e5819e2 100644 --- a/butl/filesystem.cxx +++ b/butl/filesystem.cxx @@ -248,7 +248,7 @@ namespace butl // Throws ios::failure on fdbuf read/write failures. // - // Note that the eos check is important: if the stream is at eos (empty + // Note that the eof check is important: if the stream is at eof (empty // file) then this write will fail. // if (ifs.peek () != ifdstream::traits_type::eof ()) -- cgit v1.1