* config/os/mingw32/error_constants.h: Fix typo in comment.
From-SVN: r131224
This commit is contained in:
parent
3dc0f23ad0
commit
4c963dced4
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user