public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Comment typo fix
@ 2005-07-26  8:44 Jakub Jelinek
  2005-07-26  9:18 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2005-07-26  8:44 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Comment typo fix
  2005-07-26  8:44 [PATCH] Comment typo fix Jakub Jelinek
@ 2005-07-26  9:18 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2005-07-26  9:18 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

I fixed the typo in the log entry for your typo fix.  Thanks.  :-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-26  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-26  8:44 [PATCH] Comment typo fix Jakub Jelinek
2005-07-26  9:18 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).