aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-02 13:50:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-02 13:50:59 +0200
commitc4d5840039ef12cdedb6476044e9917eec481b09 (patch)
tree49918278a240f4d10e925229cac6038a162e3651
parent2a8177b5f51b6a930491bc50fb90d7eb9a8c6577 (diff)
Cosmetic change
-rw-r--r--butl/filesystem.cxx2
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 ())