public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Typo fix in prof-freq.c
@ 2003-07-03 14:26 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2003-07-03 14:26 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

Furthermore, there is a typo in the ChangeLog:
	* sysdeps/unix/sysv/linux/prof-freq.h: New file.
while it should be prof-freq.c.

2003-07-03  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency): Fix a
	typo.

--- libc/sysdeps/unix/sysv/linux/prof-freq.c	3 Jul 2003 08:36:44 -0000	1.1
+++ libc/sysdeps/unix/sysv/linux/prof-freq.c	3 Jul 2003 14:22:04 -0000
@@ -29,7 +29,7 @@ __profile_frequency (void)
 #ifdef __ASSUME_AT_CLKTCK
   return GL(dl_clktck);
 #else
-  if (GL(dl_clktck) != )
+  if (GL(dl_clktck) != 0)
     return GL(dl_clktck);
 
   struct itimerval tim;

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-03 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03 14:26 [PATCH] Typo fix in prof-freq.c Jakub Jelinek

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).