(__libc_current_sigrtmin): Fix typo in comment.

This commit is contained in:
Ulrich Drepper 2004-10-08 00:57:58 +00:00
parent 40bfefb3e4
commit 6a22fde6bd
1 changed files with 1 additions and 1 deletions

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