(__libc_current_sigrtmin): Fix typo in comment.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Oct 2004 00:57:58 +0000 (00:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Oct 2004 00:57:58 +0000 (00:57 +0000)
nptl/pt-allocrtsig.c

index 9481e15f25bb41180a2ae859a76faaf0c03d36a6..347bf139ad81626f21f0b782e5bc0b0a59408a5d 100644 (file)
@@ -28,7 +28,7 @@ extern int __libc_allocate_rtsig_private (int high);
 
 
 /* We reserve __SIGRTMIN for use as the cancellation signal and
-   __SIGRTMIN+1 to andle setuid et.al.  These signals are used
+   __SIGRTMIN+1 to handle setuid et.al.  These signals are used
    internally.  */
 int
 __libc_current_sigrtmin (void)