* config/os/mingw32/error_constants.h: Fix typo in comment.

From-SVN: r131224
This commit is contained in:
Gerald Pfeifer 2007-12-29 22:33:59 +00:00 committed by Gerald Pfeifer
parent 3dc0f23ad0
commit 4c963dced4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-29 Gerald Pfeifer <gerald@pfeifer.com>
* config/os/mingw32/error_constants.h: Fix typo in comment.
2007-12-29 Danny Smith <dannysmith@users.sourceforge.net>
* config/os/mingw32/error_constants.h (enum posix_errno): Move

View File

@ -43,7 +43,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
namespace posix_error {
// Most of the commented-out error codes are socket-related and could be
// replaced bu Winsock WSA-prefixed equivalents.
// replaced by Winsock WSA-prefixed equivalents.
enum posix_errno
{
// address_family_not_supported = EAFNOSUPPORT,