Commit 4c963dce by Gerald Pfeifer Committed by Gerald Pfeifer

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

From-SVN: r131224
parent 3dc0f23a
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> 2007-12-29 Danny Smith <dannysmith@users.sourceforge.net>
* config/os/mingw32/error_constants.h (enum posix_errno): Move * config/os/mingw32/error_constants.h (enum posix_errno): Move
......
...@@ -43,7 +43,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -43,7 +43,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
namespace posix_error { namespace posix_error {
// Most of the commented-out error codes are socket-related and could be // 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 enum posix_errno
{ {
// address_family_not_supported = EAFNOSUPPORT, // address_family_not_supported = EAFNOSUPPORT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment