Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63415 - trunk/libs/filesystem/v3/src
From: bdawes_at_[hidden]
Date: 2010-06-28 16:49:51


Author: bemandawes
Date: 2010-06-28 16:49:50 EDT (Mon, 28 Jun 2010)
New Revision: 63415
URL: http://svn.boost.org/trac/boost/changeset/63415

Log:
Fix typo
Text files modified:
   trunk/libs/filesystem/v3/src/operations.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/filesystem/v3/src/operations.cpp
==============================================================================
--- trunk/libs/filesystem/v3/src/operations.cpp (original)
+++ trunk/libs/filesystem/v3/src/operations.cpp 2010-06-28 16:49:50 EDT (Mon, 28 Jun 2010)
@@ -77,7 +77,7 @@
 # include <utime.h>
 # include "limits.h"
 # if defined(__sun) && (!defined(_POSIX_PTHREAD_SEMANTICS) || !defined(_REENTRANT))
-# error Library not behaving as specified by Sun's readdir_r man page
+# error Library not behaving as specified by Sun readdir_r man page
 # endif
 
 # else // BOOST_WINDOW_API


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