From: Gerald Pfeifer Date: Sat, 29 Dec 2007 22:33:59 +0000 (+0000) Subject: * config/os/mingw32/error_constants.h: Fix typo in comment. X-Git-Tag: releases/gcc-4.3.0~795 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c963dced442651832d528786f2ac7635ea2e5ff;p=thirdparty%2Fgcc.git * config/os/mingw32/error_constants.h: Fix typo in comment. From-SVN: r131224 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6f310efbeeb1..34a3fdc524f5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2007-12-29 Gerald Pfeifer + + * config/os/mingw32/error_constants.h: Fix typo in comment. + 2007-12-29 Danny Smith * config/os/mingw32/error_constants.h (enum posix_errno): Move diff --git a/libstdc++-v3/config/os/mingw32/error_constants.h b/libstdc++-v3/config/os/mingw32/error_constants.h index baba5c325cfb..27af22225d57 100644 --- a/libstdc++-v3/config/os/mingw32/error_constants.h +++ b/libstdc++-v3/config/os/mingw32/error_constants.h @@ -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,