aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ())