]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/os/mingw32/error_constants.h: Fix typo in comment.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 29 Dec 2007 22:33:59 +0000 (22:33 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 29 Dec 2007 22:33:59 +0000 (22:33 +0000)
From-SVN: r131224

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/mingw32/error_constants.h

index 6f310efbeeb1c50772be14711d952b636a730be8..34a3fdc524f5c7937f178742efe542ba1c579c33 100644 (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
index baba5c325cfbacbd9599ba23697016dc07166055..27af22225d5733bf203f5807685d41e203eab557 100644 (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,