diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-02 13:50:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-02 13:50:59 +0200 |
commit | c4d5840039ef12cdedb6476044e9917eec481b09 (patch) | |
tree | 49918278a240f4d10e925229cac6038a162e3651 /butl/filesystem.cxx | |
parent | 2a8177b5f51b6a930491bc50fb90d7eb9a8c6577 (diff) |
Cosmetic change
Diffstat (limited to 'butl/filesystem.cxx')
-rw-r--r-- | butl/filesystem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()) |