Tweak Solaris OS version number in comment.
authorJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 16:34:22 +0000 (16:34 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 16:34:22 +0000 (16:34 +0000)
src/wc.c

index 8593c11845f20104e3c36d0bb55e64675aa355a2..e7a693594029e67a74be8ed631f32191f9dd0186 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -307,7 +307,7 @@ wc (int fd, char const *file_x, struct fstatus *fstatus)
         of the buffer.  This is needed because we don't know whether
         the `mbrtowc' function updates the state when it returns -2, -
         this is the ISO C 99 and glibc-2.2 behaviour - or not - amended
-        ANSI C, glibc-2.1 and Solaris 2.7 behaviour.  We don't have an
+        ANSI C, glibc-2.1 and Solaris 5.7 behaviour.  We don't have an
         autoconf test for this, yet.  */
       size_t prev = 0; /* number of bytes carried over from previous round */
 # else