This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Comment typo fix


Hi!

2005-07-26  Jakub Jelinek  <jakub@redhat.com>

	* misc/error (error_tail): Fix a comment typo.

--- libc/misc/error.c	20 Jul 2005 17:50:32 -0000	1.36
+++ libc/misc/error.c	26 Jul 2005 08:40:05 -0000
@@ -210,7 +210,7 @@ error_tail (int status, int errnum, cons
 
 	  if (__builtin_expect (len >= SIZE_MAX / 2, 0))
 	    {
-	      /* This reallyy should not happen if everything is fine.  */
+	      /* This really should not happen if everything is fine.  */
 	      res = (size_t) -1;
 	      break;
 	    }

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]