aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/link.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/link.cxx')
-rw-r--r--build2/cxx/link.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cxx/link.cxx b/build2/cxx/link.cxx
index 1624f5d..4ac5c43 100644
--- a/build2/cxx/link.cxx
+++ b/build2/cxx/link.cxx
@@ -1714,7 +1714,7 @@ namespace build2
msvc_filter_link (is, t, lt);
// If anything remains in the stream, send it all to stderr. Note
- // that the eos check is important: if the stream is at eos, this
+ // that the eof check is important: if the stream is at eof, this
// and all subsequent writes to cerr will fail (and you won't see
// a thing).
//