|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74599 - trunk/libs/system/src
From: bdawes_at_[hidden]
Date: 2011-09-28 11:57:45
Author: bemandawes
Date: 2011-09-28 11:57:44 EDT (Wed, 28 Sep 2011)
New Revision: 74599
URL: http://svn.boost.org/trac/boost/changeset/74599
Log:
Fix comment typo (Rob Stewart)
Text files modified:
trunk/libs/system/src/error_code.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/system/src/error_code.cpp
==============================================================================
--- trunk/libs/system/src/error_code.cpp (original)
+++ trunk/libs/system/src/error_code.cpp 2011-09-28 11:57:44 EDT (Wed, 28 Sep 2011)
@@ -74,7 +74,7 @@
// strerror_r is preferred because it is always thread safe,
// however, we fallback to strerror in certain cases because:
// -- Windows doesn't provide strerror_r.
- // -- HP and Sundo provide strerror_r on newer systems, but there is
+ // -- HP and Sun do provide strerror_r on newer systems, but there is
// no way to tell if is available at runtime and in any case their
// versions of strerror are thread safe anyhow.
// -- Linux only sometimes provides strerror_r.
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk