* config/os/mingw32/error_constants.h: Fix typo in comment.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Dec 2007 22:33:59 +0000 (22:33 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Dec 2007 22:33:59 +0000 (22:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131224 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6f310ef..34a3fdc 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 baba5c3..27af222 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,